WordToPdfDocumentOptionsGenerateTableOfContents Property

A flag indicating if a table of contents is automatically generated in the PDF document from headings. The default is false

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next.WordToPdf (in Winnovative.Pdf.Next.WordToPdf.dll) Version: 20.0.0
C#
public bool GenerateTableOfContents { get; set; }

Property Value

Boolean

See Also