Foxit::PDF::URIAction Class Reference

Class to represent URI action data. More...

Public Member Functions

 URIAction (String^ url, Boolean mapPosition)
 Constructor to initialize a new instance of class PDF::URIAction with specific values.
 

Properties

String^  Url
 A String object that specifies URL address.
 
Boolean MapPosition
 Whether to track the mouse position when the URI is resolved. More...
 

Detailed Description

Class to represent URI action data.

Property Documentation

Boolean Foxit::PDF::URIAction::MapPosition

Whether to track the mouse position when the URI is resolved.

For more information about this, please refer to section 8.5.3 in PDF Reference 1.7.

Foxit Corporation