DestinationXYZ
Overview
DestinationXYZ is a type in Aspose.PDF FOSS for Go.
DestinationXYZ — [page /XYZ left top zoom].
This type provides 8 methods for working with DestinationXYZ objects in Go programs.
Available methods include: DestinationType, HasLeft, HasTop, HasZoom, Left, Page, Top, Zoom.
All public members are accessible to any Go application after installing the Aspose.PDF FOSS for Go package.
Methods
| Signature | Description |
|---|---|
DestinationType() → DestinationType | Returns the destination type. |
Page() → *Page | Returns the page. |
Left() → float64 | Returns the left. |
Top() → float64 | Returns the top. |
Zoom() → float64 | Returns the zoom. |
HasLeft() → bool | Returns true if left is present. |
HasTop() → bool | Returns true if top is present. |
HasZoom() → bool | Returns true if zoom is present. |