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