PdfBitmapBox.Bounds Property
In This Article
Gets image bounds on the page.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfRectangle Bounds { get; }
#Property Value
Type | Description |
---|---|
Pdf |
Image bounds in the page coordinate system. |
See Also