Class DocumentExportLevel
Specified different levels for exporting a document.
Inheritance
System.Object
DocumentExportLevel
Namespace: Telerik.Windows.Documents.FormatProviders.Html
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public sealed class DocumentExportLevel : Enum
Fields
Document
Export the whole document. Includes the HTML declaration, more specifically HTML, TITLE, HEAD and BODY tags.
Declaration
public const DocumentExportLevel Document
Field Value
Fragment
Export the required fragment of the content. Only the HTML BODY tag will be exported.
Declaration
public const DocumentExportLevel Fragment
Field Value
value__
Declaration
public int value__
Field Value
System.
|