PdfPathElementRotationPivot Property

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

Definition

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

Property Value

PdfRotationPivot

See Also