Class PdfExportSettings
Configures options for exporting flow documents to PDF, including numbering field precision and extensibility hooks for custom formatting.
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.FormatProviders.Pdf.Export
Assembly: Telerik.Windows.Documents.Flow.FormatProviders.Pdf.dll
Syntax
public class PdfExportSettings : PdfExportSettings, IOnExceptionEventRaiser
Constructors
PdfExportSettings()
Properties
ExtensibilityManager
Gets the extensibility manager for registering custom numbering style converters used during PDF export.
Declaration
public ExtensibilityManager ExtensibilityManager { get; }
Property Value
|
ExtensibilityManager
The extensibility manager. |
NumberingFieldsPrecision
Gets or sets the precision level for updating numbering fields, controlling the trade-off between accuracy and performance during PDF export.
Declaration
public NumberingFieldsPrecisionLevel NumberingFieldsPrecision { get; set; }
Property Value
|
NumberingFieldsPrecisionLevel
The precision level. |