Class AutoTaggingSettings
Contents
[
Hide
]AutoTaggingSettings class
Provides settings for the auto-tagging functionality in PDF documents.
public sealed class AutoTaggingSettings
Constructors
| Name | Description |
|---|---|
| AutoTaggingSettings() | The default constructor. |
Properties
| Name | Description |
|---|---|
| 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
- namespace Aspose.Pdf
- assembly Aspose.PDF