HideAction Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Represents an action which hides or shows one or more controls on the screen.
Inheritance Hierarchy
Bytescout.PDFAction
Bytescout.PDFHideAction
Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.3.0.623-master
Syntax
The HideAction type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | HideAction | Initializes a new instance of the Bytescout.PDF.HideAction. |
Properties
Name | Description | |
---|---|---|
![]() | Fields | Gets the fields. |
![]() | Hide | Gets or sets a value indicating whether to hide or show controls associated with this action. |
![]() | Next | Gets the sequence of actions to be performed after the action represented by this instance. (Inherited from Action.) |
![]() | Type | Gets the Bytescout.PDF.ActionType value that specifies the type of this action. (Overrides ActionType.) |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also