PdfImageRenderInfoQuadPoints Property
The four corners of the rendered image as they appear after any rotation
has been applied, expressed in points and relative to the top-left corner
of the page.
The corners follow the original orientation of the image:
TopLeft is the corner that was top-left before
rotation, and so on.
Use this property to draw connecting lines or annotations that follow the
rotation of the image instead of an axis-aligned bounding box
Namespace: Winnovative.Pdf.NextAssembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
public PdfQuadF QuadPoints { get; set; }
Property Value
PdfQuadF