PdfDocumentOptionsUseBrowserOutlineMode Property

A flag indicating if the document outline is created in browser mode. The custom data-heading, data-heading-text and data-heading="false" attributes are honored only in custom mode. In browser mode only the standard H1 to H6 heading tags are used. The default is false

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.36.0
C#
public bool UseBrowserOutlineMode { get; set; }

Property Value

Boolean

See Also