PdfPolylineElementRotationPivot Property

The pivot point used when rotating this polyline. The pivot is interpreted on the axis-aligned bounding box of the points. The default value is TopLeft

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public PdfRotationPivot RotationPivot { get; set; }

Property Value

PdfRotationPivot

See Also