Click or drag to resize

CPDFUriAction Class

Action of link annotation which includes accessing to website and sending mail.
Inheritance Hierarchy
SystemObject
  ComPDFKit.PDFDocument.ActionCPDFAction
    ComPDFKit.PDFDocument.ActionCPDFUriAction

Namespace:  ComPDFKit.PDFDocument.Action
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.1.0+b8a973db4fce43f68ed31640e557d7c5478d7f58
Syntax
C#
public class CPDFUriAction : CPDFAction

The CPDFUriAction type exposes the following members.

Constructors
  NameDescription
Public methodCPDFUriAction
Constructor function, used for creating Uri action.
Top
Properties
  NameDescription
Public propertyActionType
Get action type, more:C_ACTION_TYPE
(Inherited from CPDFAction.)
Top
Methods
  NameDescription
Public methodGetUri
Gets URI.
Public methodIsValid
Whether the object is valid.
(Inherited from CPDFAction.)
Public methodRelease
Releases resources of the object.
(Inherited from CPDFAction.)
Public methodSetUri
Sets URI.
Top
See Also