Foxit::PDF::RemoteGotoAction Class Reference

Class to represent remote go-to action data. More...

Public Member Functions

 RemoteGotoAction (String^ fileName, String^ destName, Destination^ destData)
 Constructor to initialize a new instance of class PDF::RemoteGotoAction with specific values.
 

Properties

String^  FileName
 A String object that specifies the file name as the remote destination document.
 
String^  DestName
 A String object that specifies the destination name. More...
 
Destination^  DestData
 A PDF::Destination that specifies the destination data. More...
 

Detailed Description

Class to represent remote go-to action data.

Destination information of this action can be represented by either RemoteGotoAction::DestName or RemoteGotoAction::DestData:

Property Documentation

Destination^ Foxit::PDF::RemoteGotoAction::DestData

A PDF::Destination that specifies the destination data.

If RemoteGotoAction::DestName is valid, that means the destination is treated as a named destination and this member will be ignored.
If RemoteGotoAction::DestName is null or empty, this member should be valid.

String^ Foxit::PDF::RemoteGotoAction::DestName

A String object that specifies the destination name.

If this member is valid, that means the destination is treated as a named destination.
If RemoteGotoAction::DestData is null, this member should be valid.

Foxit Corporation