Class AutoTaggingSettings

AutoTaggingSettings class

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

public sealed class AutoTaggingSettings

Constructors

NameDescription
AutoTaggingSettings()The default constructor.

Properties

NameDescription
static Default { get; }Gets the default settings for auto-tagging functionality in PDF documents.
EnableAutoTagging { get; set; }Gets or sets a value indicating whether the auto-tagging functionality is enabled.
HeadingLevels { get; set; }Gets or sets the heading levels used for determining the structure of headings in a PDF document.
HeadingRecognitionStrategy { get; set; }Gets or 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