DestinationXYZ

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

SignatureDescription
DestinationType()DestinationTypeReturns the destination type.
Page()*PageReturns the page.
Left()float64Returns the left.
Top()float64Returns the top.
Zoom()float64Returns the zoom.
HasLeft()boolReturns true if left is present.
HasTop()boolReturns true if top is present.
HasZoom()boolReturns true if zoom is present.

See Also