PdfImageRenderInfoBoundingBox Property

The axis-aligned bounding rectangle of the rendered image, expressed in points and relative to the top-left corner of the page. For rotated images this is the smallest axis-aligned rectangle that fully contains the rendered shape

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
C#
public PdfRectangleF BoundingBox { get; set; }

Property Value

PdfRectangleF

See Also