PDFHideAction¶
Namespace: O2S.Components.PDF4NET.Actions
Defines a Hide action.
Inheritance Object → PDFAction → PDFHideAction
Remarks
A hide action hides or shows one or more annotations on the screen by setting or clearing their Hidden flags.
Constructors¶
PDFHideAction()¶
Initializes a new PDFHideAction object.
Properties¶
Actions¶
Gets or sets the sequence of actions to be performed after this action.
Property Value
PDFActionCollection
The sequence of actions to be performed after this action.
CosAction¶
Gets the cos action object.
Property Value
PDFCosDictionary
The cos action dictionary.
Remarks
Direct changes to cos action dictionary can lead to unexpected results if they do not follow the PDF specification.
FieldName¶
Gets or sets the name of the field that is affected by this action.
Property Value
String
A string value specifying the name of
the field that is affected by this action.
Hide¶
Gets or sets a value indicating whether to hide the annotations or show them.
Property Value
Boolean
True for hidding the annotations, false for showing them.
Type¶
Gets the type of this action.
Property Value
PDFActionType
A PDFActionType enum member specifying the type of this action.