FitRDestination
Overview
FitRDestination is a class in Aspose.PDF FOSS for Python.
Inherits from: Destination.
Fit the rectangle (left, bottom, right, top) in the window.
Properties: bottom, left, page, right, top.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
page | int | Read | Gets the page. |
left | float | Read | Gets the left. |
bottom | float | Read | Gets the bottom. |
right | float | Read | Gets the right. |
top | float | Read | Gets the top. |