Skip to main content

TdxPDFPageRect.BottomRight Property

Returns the bottom-right point of the rectangle on a PDF document page.

Declaration

property BottomRight: TdxPDFPagePoint read;

Property Value

Type Description
TdxPDFPagePoint

Defines a point in a PDF document.

Remarks

The origin is located in the upper-left corner of a PDF document page. Use the TopLeft and BottomRight properties to obtain the rectangle’s upper-left and bottom-right corner positions.

See Also