TableOfContentsOptionsUseBrowserMode Property

This property can be used to select between using the browser or custom mode to create the table of contents. This property has effect only when CreateInline is false. By default this property is false

Definition

Namespace: EvoPdf.Chromium
Assembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 11.4.0
C#
public bool UseBrowserMode { get; set; }

Property Value

Boolean

See Also