[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Actions.ActionURI

Class ActionURI

Namespace
GrapeCity.Documents.Pdf.Actions
Assembly
GcDocs.Pdf.dll

Defines an URI action causes navigation to specified URI.

public class ActionURI : ActionBase, IPdfDict
Inheritance
object
ActionURI
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Extension Methods

Constructors

ActionURI()

Initialize a new instance of the ActionURI class.

public ActionURI()

ActionURI(string)

Initialize a new instance of the ActionURI class, specifying the URI to navigate to.

Note that if the uri includes non-ASCII characters, it should be encoded as a URL, using methods such as System.Web.HttpUtility.UrlPathEncode or similar.

public ActionURI(string uri)

Parameters

uri string

The URI to navigate to.

Properties

IsMap

Gets or sets a value indicating whether to track the mouse position when the URI is resolved.

public bool IsMap { get; set; }

Property Value

bool

Remarks

This property applies only to actions triggered by the user’s clicking an annotation; it is ignored for actions associated with OutlineNode or with a OpenAction property.

URI

Gets or sets the URI to navigate.

public string URI { get; set; }

Property Value

string