Click or drag to resize

CPDFUriAction Class

Action of link annotation which includes accessing to website and sending mail.
Inheritance Hierarchy

Namespace:  ComPDFKit.PDFDocument.Action
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
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