Returns rectangle of the page.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic Rectangle GetPageRect(
bool considerRotation
)
Public Function GetPageRect (
considerRotation As Boolean
) As Rectangle
public:
Rectangle^ GetPageRect(
bool considerRotation
)
member GetPageRect :
considerRotation : bool -> Rectangle
Parameters
- considerRotation
- Type: SystemBoolean
If true then rotation of the page will be considered in rect calculation.
Return Value
Type:
RectangleRectangle of the page.
See Also