PdfTemplateHorizontalAlign Property

Specifies the horizontal alignment of the template on the PDF page. Takes precedence over the X coordinate when set to a value other than None. The default value is None. This property cannot be changed after document rendering has started

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
C#
public PdfTemplateHorizontalAlign HorizontalAlign { get; set; }

Property Value

PdfTemplateHorizontalAlign

See Also