Enum
NumberingFieldsPrecisionLevel

Specifies the precision level for updating page numbering fields during PDF export, balancing accuracy against resource usage.

Definition

Namespace:Telerik.Windows.Documents.Flow.FormatProviders.Pdf.Export

Assembly:Telerik.Windows.Documents.Flow.FormatProviders.Pdf.dll

Syntax:

cs-api-definition
public enum NumberingFieldsPrecisionLevel

Fields

High

Updates numbering fields iteratively until values stabilize with layout re-measurement, ensuring accuracy at the cost of increased processing time and memory.

Declaration

cs-api-definition
High = 1

Field Value

NumberingFieldsPrecisionLevel

Normal

Updates numbering fields once without re-measuring layout shifts caused by new values, matching Microsoft Word behavior. Choose High precision if field value changes affect document layout.

Declaration

cs-api-definition
Normal = 0

Field Value

NumberingFieldsPrecisionLevel

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