TdxPDFPageRect.Create Method
In This Article
Creates an invalid PDF page rectangle.
#Declaration
Delphi
class function Create: TdxPDFPageRect; overload; static;
#Returns
Type | Description |
---|---|
Tdx |
Defines a rectangle in a PDF document. |
#Remarks
This function initializes the PageIndex and Rect properties of a newly created rectangle to the default values.
See Also