ImageEn, unit iexPdfiumCore

TPdfObject.Bounds

TPdfObject.Bounds


Declaration

property Bounds: TRect;


Description

Returns the area of the page the object occupies.
Values returns will be in terms of PDF points, and bottom-up (Enable InvertOrientation to reverse the direction).


Example

// Display Bounds
r := ImageEnView1.PdfViewer.Objects[0].Bounds;
lblBounds.Caption := Format( 'Bounds: %d,%d,%d,%d', [ r.Left, r.Top, r.Right, r.Bottom ]);


See Also

X
Y
Width
Height
Matrix
Translate