Specifies whether HTML export produces a complete document or a fragment suitable for embedding.
Definition
Namespace:Telerik.Windows.Documents.Flow.FormatProviders.Html
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
C#
public enum DocumentExportLevel
Fields
Exports a complete HTML document with DOCTYPE, html, head, and body elements.
C#
Document = 0
Exports only the body content as an HTML fragment without wrapping document structure, suitable for embedding in existing pages.
C#
Fragment = 1