Click or drag to resize

PdfUriAction Class

Represents a uniform resource identifier action.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfAction
    Patagames.Pdf.Net.ActionsPdfUriAction

Namespace: Patagames.Pdf.Net.Actions
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class PdfUriAction : PdfAction

The PdfUriAction type exposes the following members.

Constructors
 NameDescription
Public methodPdfUriAction(PdfDocument, IntPtr) Initializes a new instance of the PdfAction class.
Public methodPdfUriAction(PdfDocument, String) Initializes a new instance of the PdfUriAction class with the document and the uri.
Top
Properties
 NameDescription
Public propertyActionUrl Gets URL assigned to the current action.
Public propertyBaseUri Gets the document-level information for PdfUriAction
Public propertyIsMap Gets or sets a flag specifying whether to track the mouse position when the URI is resolved (see below).
Public propertyUri Gets or sets the uniform resource identifier to resolve.
Top
See Also