PdfTableOfContentsPageNumbersOffset Property

An offset to be applied to all page numbers in the table of contents. This property can be useful when merging a PDF with a table of contents with other PDF documents. The default value is 0

Definition

Namespace: HiQPdf.Chromium
Assembly: HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 16.4.0
C#
public int PageNumbersOffset { get; set; }

Property Value

Int32

See Also