[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Actions.ActionURI

ActionURI Class

Defines an URI action causes navigation to specified URI.

Inheritance
ActionURI
Implements
Namespace: GrapeCity.Documents.Pdf.Actions
Assembly: DS.Documents.Pdf.dll
Syntax
public class ActionURI : ActionBase, IPdfDict
Public Class ActionURI
    Inherits ActionBase
    Implements IPdfDict

Constructors

Name Description
ActionURI()

Initialize a new instance of the ActionURI class.

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.

Properties

Name Description
IsMap

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

URI

Gets or sets the URI to navigate.

Extension Methods