Aspose::Pdf::AutoTaggingSettings class

AutoTaggingSettings class

Provides settings for the auto-tagging functionality in PDF documents.

class AutoTaggingSettings : public System::Object

Methods

MethodDescription
AutoTaggingSettings()
static get_Default()Gets the default settings for auto-tagging functionality in PDF documents.
get_EnableAutoTagging() constGets a value indicating whether the auto-tagging functionality is enabled.
get_HeadingLevels() constGets the heading levels used for determining the structure of headings in a PDF document.
get_HeadingRecognitionStrategy() constGets the strategy used for recognizing headings in the document during auto-tagging.
set_EnableAutoTagging(bool)Sets a value indicating whether the auto-tagging functionality is enabled.
set_HeadingLevels(System::SharedPtr<Aspose::Pdf::HeadingLevels>)Sets the heading levels used for determining the structure of headings in a PDF document.
set_HeadingRecognitionStrategy(Aspose::Pdf::HeadingRecognitionStrategy)Sets the strategy used for recognizing headings in the document during auto-tagging.

Remarks

The AutoTaggingSettings class allows configuring options for automatic tagging of PDF content. It includes properties to enable or disable auto-tagging, specify a strategy for heading recognition, and define heading levels based on font sizes.

See Also