Aspose::Pdf::AutoTaggingSettings::set_HeadingLevels method

AutoTaggingSettings::set_HeadingLevels method

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

void Aspose::Pdf::AutoTaggingSettings::set_HeadingLevels(System::SharedPtr<Aspose::Pdf::HeadingLevels> value)

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