Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPDFPageRect Members

In This Article
Defines a rectangle in a PDF document.

#Properties

Name Description
BottomRight Returns the bottom-right point of the rectangle on a PDF document page.
PageIndex Specifies the PDF document page where the rectangle is located.
Rect Specifies a rectangle on a PDF document page.
TopLeft Returns the upper-left point of the rectangle on a PDF document page.

#Methods

Name Description
Create static Creates an invalid PDF page rectangle.
Create(TdxPDFPagePoint,TdxPDFPagePoint) static Creates a rectangle based on two points in a PDF document.
Create(Integer,TdxRectF) static Creates a rectangle on a specified PDF document page.
Create(Integer,TRect) static Creates a rectangle on a specified PDF document page.
Invalid Resets the PDF page rectangle.
IsValid Identifies if the PDF page rectangle is invalid.
See Also