PageGetPageRect Method
Returns rectangle of the page.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public Rectangle GetPageRect(
	bool considerRotation
)

Parameters

considerRotation
Type: SystemBoolean
If true then rotation of the page will be considered in rect calculation.

Return Value

Type: Rectangle
Rectangle of the page.
See Also