PdfHtmlTemplatePageNumberOffset Property

An optional offset (positive or negative) applied to the current page number when replacing the {page_number} placeholder in the template content. The default value is 0

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.0.0
C#
public int PageNumberOffset { get; set; }

Property Value

Int32

See Also