URIAction Class Documentation

classURIAction : Action

Namespace:Datalogics::PDFL

Inherits from:
Action

Detailed Description

A text string, typically a hyperlink.

A Uniform Resource Identifier (URI) is a text string that identifies a resource on the Internet, typically a hyperlink to a web page.

A URI Action within a PDF file allows a reader to click on a hyperlink and open a separate web page or another PDF or other kind of file accessed through a web link.

Referenced by

Constructor & Destructor Documentation

URIAction

URIAction(URIActionrhs, InternalConstructsignifier)

Parameters

signifier: InternalConstruct

URIAction

URIAction(stringURIstring, booluseMap)

Parameters

URIstring: string

String for the URI

useMap: bool

Send mouse position with the URI

General constructor

Property Documentation

IsMap

boolIsMap[get, set]

PDFDict

PDFDictPDFDict[get]

Subtype

stringSubtype[get]

URI

stringURI[get, set]

Member Function Documentation

ConstructorRetrieve

static new static URIActionConstructorRetrieve(System.IntPtrignored)

Parameters

ignored: System.IntPtr

Returns:

new static URIAction

Dispose

voidDispose()

Returns:

void

DisposeChildren

voidDisposeChildren()

Returns:

void

Equals

override boolEquals(objectobj)

Parameters

obj: object

Returns:

override bool

SameTypeEquals

boolSameTypeEquals(Actionarg0)

Parameters

arg0: Action

Returns:

bool

ToString

override stringToString()

Returns:

override string