Interface IDocumentFormatProvider
Namespace: Telerik.Windows.Documents.FormatProviders
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public interface IDocumentFormatProvider
Properties
CanExport
Declaration
bool CanExport { get; }
Property Value
System.
|
CanImport
Declaration
bool CanImport { get; }
Property Value
System.
|
FilesDescription
Declaration
string FilesDescription { get; }
Property Value
System.
|
Name
Declaration
string Name { get; }
Property Value
System.
|
SupportedExtensions
Declaration
IEnumerable<string> SupportedExtensions { get; }
Property Value
System.
|
Methods
Export(RadDocument)
Declaration
byte[] Export(RadDocument document)
Parameters
Rad
|
Returns
System.
|
Export(RadDocument, Stream)
Declaration
void Export(RadDocument document, Stream output)
Parameters
Rad
|
System.
|