PdfRotationPivot Enumeration

Defines the pivot point used when rotating a PDF element. The pivot represents the fixed point around which the element is rotated

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public enum PdfRotationPivot

Members

TopLeft0 Rotates the element around its top-left corner
TopCenter1 Rotates the element around the midpoint of its top edge
TopRight2 Rotates the element around its top-right corner
LeftCenter3 Rotates the element around the midpoint of its left edge
Center4 Rotates the element around the center of its bounding box
RightCenter5 Rotates the element around the midpoint of its right edge
BottomLeft6 Rotates the element around its bottom-left corner
BottomCenter7 Rotates the element around the midpoint of its bottom edge
BottomRight8 Rotates the element around its bottom-right corner

See Also