Class to represent destination data. More...
Public Member Functions | |
Destination (int32 pageIndex, ZoomMode zoomMode, const Array< float32 >^params) | |
Constructor to initialize a new instance of class PDF::Destination with specific values. | |
Properties | |
int32 | PageIndex |
A zero-based index for page. | |
ZoomMode | ZoomMode |
Zoom mode. More... | |
Array< float32 >^ | Params |
A float array that represents parameters (at most 4 elements) used as the position and zoom factor inside the page. More... | |
Class to represent destination data.
Array< float32>^ Foxit::PDF::Destination::Params |
A float array that represents parameters (at most 4 elements) used as the position and zoom factor inside the page.
In this array, there are at most 4 elements. "How many elements are in this array and what do they represent" depends on the value of Destination::ZoomMode:
ZoomMode Foxit::PDF::Destination::ZoomMode |
Zoom mode.
Please refer to enumeration PDF::ZoomMode and this should be one of the values in this class.