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