PdfAction Class

Abstract class for an action. This class is a base class for PdfControlAction, PdfGoToAction, PdfImportDataAction, PdfJavaScriptAction and PdfUriAction classes.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfAction
    

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public abstract class PdfAction
VB
Public MustInherit Class PdfAction

The PdfAction type exposes the following members.

Properties

  NameDescription
Public propertyNextActions
Gets the collection of actions to be performed after this action.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to this instance.
(Overrides Object.Equals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides Object.GetHashCode().)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

Operators

  NameDescription
Public operatorStatic memberEquality
Determines whether the two specified objects are equal to each other.
Public operatorStatic memberInequality
Determines whether the two specified objects are not equal to each other.

See Also

Inheritance Hierarchy