PdfAutoOutlines Class

Controls the creation of automatic outlines

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public class PdfAutoOutlines
Inheritance
Object    PdfAutoOutlines

Constructors

PdfAutoOutlinesInitializes a new instance of the PdfAutoOutlines class

Properties

DefaultOutlineText The default outline title for the HTML elements without title
HierarchicalOutlines Controls if the automatically generated outlines are in a multilevel hierarchy. This property is true by default
MaxTextChars The maximum number of characters of the outline title. By default there is no limit
OutlinedElements An array of HTML CSS selectors to select the HTML elements to be outlined
OutlineEmptyText Controls if the HTML elements without title can be outlined. This property is true by default
OutlineHeadingTags Controls if the heading tags H1, H2, H3, H4, H5, H6 are automatically outlined in PDF. This property is false by default

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also