Specified different levels for exporting a document.
Definition
Namespace:Telerik.WinForms.Documents.FormatProviders.Html
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public enum DocumentExportLevel
Fields
Export the whole document. Includes the HTML declaration, more specifically HTML, TITLE, HEAD and BODY tags.
C#
Document = 0
Export the required fragment of the content. Only the HTML BODY tag will be exported.
C#
Fragment = 1