PdfImageRenderInfoVisibleBounds Property

The intersection of BoundingBox with the page rectangle, in points and relative to the top-left corner of the page. Equals BoundingBox when the image fits entirely inside the page and is null when the image is fully outside the page area

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
C#
public PdfRectangleF VisibleBounds { get; set; }

Property Value

PdfRectangleF

See Also