Telerik.Windows.Documents.Flow.FormatProviders.Pdf Represents precision level when updating numbering fields. Represents the normal level. The fields are updated once, not taking into account if their new values would have shifted the already measured layout. In such cases, the results could be outdated. This is the MS Word-like behavior. If you need more accurate results, use NumberingFieldsPrecisionLevel.High. Represents the high level. The fields are updated until their values become more accurate. This precision level is more accurate than NumberingFieldsPrecisionLevel.Normal but requires more resources. Represents PDF export settings. Initializes a new instance of the class. Gets the extensibility manager. The extensibility manager. Gets or sets the precision level when updating numbering fields. The precision level. Represents fields` page numbering provider. Initializes a new instance of the class. Registers the numbering style converter. The numbering style. The converter. Represents PDF format provider. Initializes a new instance of the class. Gets or sets the export settings. The export settings. Gets a value indicating whether format provider can export. The value indicating whether can export. Gets a value indicating whether format provider can import. The value indicating whether can import. Gets the supported extensions. The supported extensions. Exports to fixed document. The document. The fixed document. Exports the specified document. The document. The output. Provides methods for extending the functionality of the PdfFormatProvider. Registers the numbering style converter. The numbering style. The converter. Represents a numbering style converter. Converts the number to text. The number. The text representation of the given number.