Namespace: BitMiracle.Docotic.Pdf
public abstract class PdfControlAction : PdfAction
Public MustInherit Class PdfControlAction Inherits PdfAction
The PdfControlAction type exposes the following members.
Name | Description | |
---|---|---|
![]() | ControlCount |
Gets the number of controls associated with this action.
|
![]() | Controls |
Gets the collection of controls associated with this action.
|
![]() | NextActions |
Gets the collection of actions to be performed after this action.
(Inherited from PdfAction.) |
Name | Description | |
---|---|---|
![]() | AddControl |
Adds the control to the end of the collection of controls
associated with this action.
|
![]() | Equals |
Determines whether the specified Object is
equal to this instance.
(Inherited from PdfAction.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetControl |
Gets the control at a specified index in the collection of controls
associated with this action.
|
![]() | GetHashCode |
Returns a hash code for this instance.
(Inherited from PdfAction.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |