ImageEn, unit iexPdfiumCore

TPdfObject.Bounds

TPdfObject.Bounds


Declaration

property Bounds: TRect;


Description

Returns the area of the page the object occupies (in PDF points).


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