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
| Signature | Description |
|---|---|
DestinationType() → DestinationType | Returns the destination type. |
Page() → *Page | Returns the page. |
Left() → float64 | Returns the left. |
Bottom() → float64 | Returns the bottom. |
Right() → float64 | Returns the right. |
Top() → float64 | Returns the top. |