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 Methods

Defines a rectangle in a PDF document.
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