Class DocumentExportLevel
Specified different levels for exporting a document.
Inheritance
System.Object
DocumentExportLevel
Namespace: Telerik.Windows.Documents.FormatProviders.Html
Assembly: Telerik.Windows.Documents.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
DocumentExportLevel
|
Fragment
Export the required fragment of the content. Only the HTML BODY tag will be exported.
Declaration
public const DocumentExportLevel Fragment
Field Value
DocumentExportLevel
|
value__
Declaration
public int value__
Field Value
System.Int32
|