PdfTemplateVerticalAlign Property

Specifies the vertical alignment of the template on the PDF page. Takes precedence over the Y coordinate when set to a value other than None. The default value is None

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.0.0
C#
public PdfTemplateVerticalAlign VerticalAlign { get; set; }

Property Value

PdfTemplateVerticalAlign

See Also