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: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
C#
public PdfRotationPivot RotationPivot { get; set; }

Property Value

PdfRotationPivot

See Also