PdfImageElementRotationPivot Property

Gets or sets the pivot point used when rotating this image. The pivot determines which point of the image bounding box remains fixed during rotation. 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