Enum
DocumentExportLevel

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:

cs-api-definition
public enum DocumentExportLevel

Fields

Document

Exports a complete HTML document with DOCTYPE, html, head, and body elements.

Declaration

cs-api-definition
Document = 0

Field Value

DocumentExportLevel

Fragment

Exports only the body content as an HTML fragment without wrapping document structure, suitable for embedding in existing pages.

Declaration

cs-api-definition
Fragment = 1

Field Value

DocumentExportLevel

In this article
DefinitionFieldsDocumentFragment
Not finding the help you need?
Contact Support