PDFUriAction¶
Namespace: O2S.Components.PDF4NET.Actions
Defines a URI action.
Inheritance Object → PDFAction → PDFUriAction
Remarks
A URI action causes a URI to be resolved.
Constructors¶
PDFUriAction()¶
Initializes a new PDFUriAction object.
PDFUriAction(String)¶
Initializes a new PDFUriAction object.
Parameters
uri String
The uniform resource identifier to resolve, encoded in 7-bit ASCII.
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.
Type¶
Gets the type of this action.
Property Value
PDFActionType
A PDFActionType enum member specifying the type of this action.
URI¶
Gets or sets the uniform resource identifier to resolve, encoded in 7-bit ASCII.
Property Value
String
The uniform resource identifier to resolve, encoded in 7-bit ASCII.