URIAction 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 resolves a unique resource identifier.
Inheritance Hierarchy
Bytescout.PDFAction
Bytescout.PDFURIAction
Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
The URIAction type exposes the following members.
Constructors
Name | Description | |
---|---|---|
URIAction(String) | Intializes a new instance of the URI action with url defined as raw string | |
URIAction(Uri) | Initializes a new instance of the Bytescout.PDF.URIAction. |
Properties
Name | Description | |
---|---|---|
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.) | |
URI | Gets or sets the unique resource identifier. |
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