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

Definition

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

Property Value

PdfTemplateHorizontalAlign

See Also