Enum DocumentExportLevel
Specified different levels for exporting a document.
Namespace: Telerik.Windows.Documents.FormatProviders.Html
Assembly: Telerik.Windows.Documents.dll
Syntax
public enum DocumentExportLevel
Document
Export the whole document. Includes the HTML declaration, more specifically HTML, TITLE, HEAD and BODY tags.
Fragment
Export the required fragment of the content. Only the HTML BODY tag will be exported.