PdfHtmlTemplateVerticalAlign 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. This property is ignored for header and footer templates. The default value is None

Definition

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

Property Value

PdfTemplateVerticalAlign

See Also