PdfTableOfContentsCountTocAndExternalPages Property

Controls if table of contents pages and the external PDF pages inserted before it are counted in page numbers displayed in table of contents. The property does not have any effect for inline table of contents. The default value is true

Definition

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

Property Value

Boolean

See Also