PdfTemplateX Property

Gets or sets the X position of the template in the PDF pages relative to the top left of the page. This property is ignored for header and footer templates. This property cannot be changed after document rendering has started

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public int X { get; set; }

Property Value

Int32

See Also