Class PdfFormatProvider
Represents PDF format provider.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.FormatProviders.Pdf
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class PdfFormatProvider : BinaryFormatProviderBase<RadFixedDocument>, IFormatProvider<RadFixedDocument>, IBinaryFormatProvider<RadFixedDocument>
Constructors
PdfFormatProvider()
Properties
CanExport
Gets a value indicating whether can export.
Declaration
public override bool CanExport { get; }
Property Value
System.Boolean
The value indicating whether can export. |
Overrides
CanImport
Gets a value indicating whether can import.
Declaration
public override bool CanImport { get; }
Property Value
System.Boolean
The value indicating whether can import. |
Overrides
ExportSettings
Gets or sets the export settings.
Declaration
public PdfExportSettings ExportSettings { get; set; }
Property Value
PdfExportSettings
The export settings. |
ImportSettings
Gets or sets the import settings.
Declaration
public PdfImportSettings ImportSettings { get; set; }
Property Value
PdfImportSettings
The import settings. |
SupportedExtensions
Gets the supported extensions.
Declaration
public override IEnumerable<string> SupportedExtensions { get; }
Property Value
System.Collections.Generic.IEnumerable<System.String>
The supported extensions. |
Overrides
Methods
ExportOverride(RadFixedDocument, Stream)
Exports the specified document.
Declaration
protected override void ExportOverride(RadFixedDocument document, Stream output)
Parameters
RadFixedDocument
document
|
System.IO.Stream
output
The output. |
Overrides
ImportOverride(Stream)
Imports the specified input.
Declaration
protected override RadFixedDocument ImportOverride(Stream input)
Parameters
System.IO.Stream
input
The input. |
Returns
RadFixedDocument
The imported document. |