InterfaceIConfigurablePdfFormatProvider
Interface
Defines members allowing for customization of the way a format provider imports or exports content to PDF.
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.Pdf
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public interface IConfigurablePdfFormatProvider
Properties
ExportSettings
Gets or sets the settings used while exporting content.
Declaration
cs-api-definition
PdfExportSettings ExportSettings { get; set; }
Property Value
The export settings.