Aspose::Pdf::AutoTaggingSettings::get_HeadingLevels method

AutoTaggingSettings::get_HeadingLevels method

Gets the heading levels used for determining the structure of headings in a PDF document.

const System::SharedPtr<Aspose::Pdf::HeadingLevels> & Aspose::Pdf::AutoTaggingSettings::get_HeadingLevels() const

Remarks

The HeadingLevels property allows configuring the mapping of font sizes to heading levels. This is used during the auto-tagging process to identify and assign appropriate heading levels based on the font size of text elements in the document.

See Also