EnumTaggingStrategyType
Enum
Strategy for producing tagged PDFs, controlling whether existing structure is reused or built.
Definition
Namespace:Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.Export
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
cs-api-definition
public enum TaggingStrategyType
Fields
Build
Auto-tag content and build a new StructureTree.
UseExisting
Do not auto-tag; reuse the existing StructureTree (default).