Table of Contents

Class PdfAction

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

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

public abstract class PdfAction
Inheritance
PdfAction
Derived
Inherited Members

Properties

NextActions

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

Methods

Equals(object)

Determines whether the specified object is equal to this PdfAction instance.

GetHashCode()

Returns a hash code for this PdfAction instance.

Operators

operator ==(PdfAction, PdfAction)

Determines whether the two specified objects are equal to each other.

operator !=(PdfAction, PdfAction)

Determines whether the two specified objects are not equal to each other.