Foxit::PDF::EmbeddedGotoAction Class Reference

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

Public Member Functions

 EmbeddedGotoAction (EmbeddedGotoActionTarget^ target, Attachment^ attachment, Destination^ destData, String^ destName, Boolean newWindow)
 Constructor to initialize a new instance of class PDF::EmbeddedGotoAction with specific values.
 

Properties

EmbeddedGotoActionTarget^  Target
 A PDF::EmbeddedGotoActionTarget object that specifies the target data to access to the target document.
 
Attachment^  Attachment
 A PDF::Attachment object that specifies the root document of the target.
 
Destination^  DestData
 A PDF::Destination that specifies the destination data. More...
 
String^  DestName
 A String object that specifies the destination name. More...
 
Boolean NewWindow
 Whether a new window should be opened or not.
 

Detailed Description

Class to represent embedded go-to action data.

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

Property Documentation

Destination^ Foxit::PDF::EmbeddedGotoAction::DestData

A PDF::Destination that specifies the destination data.

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

String^ Foxit::PDF::EmbeddedGotoAction::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 EmbeddedGotoAction::DestData is null, this member should be valid.

Foxit Corporation