PdfRenderedRectangleQuadPoints Property

The four corners of the rendered area as they appear after any rotation has been applied, expressed in points and relative to the top-left corner of the page or template. The corners follow the original orientation of the element: 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 element instead of an axis-aligned bounding box

Definition

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

Property Value

PdfQuadF

See Also