DestinationFitR

DestinationFitR

Overview

DestinationFitR is a type in Aspose.PDF FOSS for Go.

DestinationFitR — [page /FitR left bottom right top]

This type provides 6 methods for working with DestinationFitR objects in Go programs. Available methods include: Bottom, DestinationType, Left, Page, Right, Top. 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.
Bottom()float64Returns the bottom.
Right()float64Returns the right.
Top()float64Returns the top.

See Also