TdxPDFPageRect.Create(Integer,TdxRectF) Method
Creates a rectangle on a specified PDF document page.
Declaration
class function Create(APageIndex: Integer; const ARect: TdxRectF): TdxPDFPageRect; overload; static;
Parameters
Name | Type | Description |
---|---|---|
APageIndex | Integer | A page index. |
ARect | TdxRectF | A TRect type equivalent with single-precision floating-point coordinates and dimensions. |
Returns
Type | Description |
---|---|
TdxPDFPageRect | Defines a rectangle in a PDF document. |
See Also