Enum HeadingRecognitionStrategy

HeadingRecognitionStrategy enumeration

Represents types of header recognition strategies.

public enum HeadingRecognitionStrategy

Values

NameValueDescription
Outlines0Represents the header recognition strategy by means of outlines.
Heuristic1Represents the header recognition strategy by means of heuristics rules and font size statistic.
Auto2Provides an automatic header recognition strategy selection. This is the default option. If the document contains bookmarks, the Outlines strategy will be selected, otherwise Heuristic
None3Do not recognize headers. This option can be useful in complexly formatted documents.

See Also