XYZExplicitDestination
Overview
XYZExplicitDestination is a class in Aspose.PDF FOSS for C++.
XYZExplicitDestination supplies explicit page view coordinates via Left(), Top() and Zoom() methods.
This class provides 4 methods for working with XYZExplicitDestination objects in C++ programs.
Available methods include: Left, ToString, Top, Zoom.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
Left() → double | Calls Left on this XYZExplicitDestination instance. |
Top() → double | Calls Top on this XYZExplicitDestination instance. |
Zoom() → double | Calls Zoom on this XYZExplicitDestination instance. |
ToString() → std::string | Calls ToString on this XYZExplicitDestination instance. |