Enum
TaggingStrategyType

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.

Declaration

cs-api-definition
Build = 1

Field Value

TaggingStrategyType

UseExisting

Do not auto-tag; reuse the existing StructureTree (default).

Declaration

cs-api-definition
UseExisting = 0

Field Value

TaggingStrategyType

In this article
DefinitionFieldsBuildUseExisting
Not finding the help you need?
Contact Support