PdfUriAction Class

Class for a URI action. A URI action causes a URI to be resolved.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfAction
    BitMiracle.Docotic.Pdf.PdfUriAction

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public sealed class PdfUriAction : PdfAction
VB
Public NotInheritable Class PdfUriAction
	Inherits PdfAction

The PdfUriAction type exposes the following members.

Properties

  NameDescription
Public propertyNextActions
Gets the collection of actions to be performed after this action.
(Inherited from PdfAction.)
Public propertyTarget
Gets or sets the uniform resource identifier (URI) to resolve.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to this instance.
(Inherited from PdfAction.)
Public methodGetHashCode
Returns a hash code for this instance.
(Inherited from PdfAction.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)

See Also