Telerik.Windows.Documents.Flow.FormatProviders.Pdf
Specifies the precision level for updating page numbering fields during PDF export, balancing accuracy against resource usage.
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.
Updates numbering fields iteratively until values stabilize with layout re-measurement, ensuring accuracy at the cost of increased processing time and memory.
Configures options for exporting flow documents to PDF, including numbering field precision and extensibility hooks for custom formatting.
Initializes a new instance of the class.
Gets the extensibility manager for registering custom numbering style converters used during PDF export.
The extensibility manager.
Gets or sets the precision level for updating numbering fields, controlling the trade-off between accuracy and performance during PDF export.
The precision level.
Determines whether the object can raise an exception event.
True if the object can raise an exception event; otherwise, false.
Exports flow documents to PDF format by converting them to fixed-layout documents; import is not supported.
Initializes a new instance of the class.
Gets or sets the export settings that control numbering field precision and extensibility options during PDF generation.
The export settings.
Gets a value indicating whether this format provider can export documents, which is always true for PDF.
The value indicating whether can export.
Gets a value indicating whether this format provider can import documents, which is always false for PDF.
The value indicating whether can import.
Gets the file extensions supported by this provider, which includes .pdf only.
The supported extensions.
Converts the flow document to a fixed-layout document with a specified timeout and returns the resulting RadFixedDocument.
The document.
The timeout after which the operation will be cancelled.
The fixed document.
The exception that is thrown when timeout is less than -1 or greater than Int32.MaxValue.
Note that this upper bound is more restrictive than TimeSpan.MaxValue.
Exports the specified document.
The document.
The output.
The cancellation token used to cancel the operation.
Manages extensibility points for PDF export, enabling registration of custom numbering style converters for list formatting.
Registers a custom converter for the specified numbering style, used to format list item numbers during PDF export.
The numbering style.
The converter.
Defines a converter that transforms numeric list item values into formatted text for custom numbering styles.
Converts the specified number to its text representation according to the custom numbering style and returns the formatted string.
The number.
The text representation of the given number.
Resolves page numbering field values and bookmark page references for flow documents, supporting custom numbering style converters.
Initializes a new instance of the class.
Registers a custom converter for the specified numbering style, applied when resolving page number field values.
The numbering style.
The converter.