PdfControlAction Class

Abstract class for an action that operates on PdfControls. This class is a base class for PdfHideAction, PdfResetFormAction, PdfSubmitFormAction classes.

Inheritance Hierarchy

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

Syntax

C#
public abstract class PdfControlAction : PdfAction
VB
Public MustInherit Class PdfControlAction
	Inherits PdfAction

The PdfControlAction type exposes the following members.

Properties

  NameDescription
Public propertyControlCount
Gets the number of controls associated with this action.
Public propertyControls
Gets the collection of controls associated with this action.
Public propertyNextActions
Gets the collection of actions to be performed after this action.
(Inherited from PdfAction.)

Methods

  NameDescription
Public methodAddControl
Adds the control to the end of the collection of controls associated with this action.
Public methodEquals
Determines whether the specified Object is equal to this instance.
(Inherited from PdfAction.)
Protected methodFinalize (Inherited from Object.)
Public methodGetControl
Gets the control at a specified index in the collection of controls associated with this action.
Public methodGetHashCode
Returns a hash code for this instance.
(Inherited from PdfAction.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

See Also