ClassPdfExportSettings
Configures options for exporting flow documents to PDF, including numbering field precision and extensibility hooks for custom formatting.
Definition
Namespace:Telerik.Windows.Documents.Flow.FormatProviders.Pdf.Export
Assembly:Telerik.Windows.Documents.Flow.FormatProviders.Pdf.dll
Syntax:
public class PdfExportSettings : PdfExportSettings
Inheritance: objectPdfExportSettingsPdfExportSettings
Inherited Members
Constructors
PdfExportSettings()
Initializes a new instance of the PdfExportSettings class.
Declaration
public PdfExportSettings()
Properties
ExtensibilityManager
Gets the extensibility manager for registering custom numbering style converters used during PDF export.
Declaration
public ExtensibilityManager ExtensibilityManager { get; }
Property Value
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
The precision level.