Enum
DocumentExportLevel

Specified different levels for exporting a document.

Definition

Namespace:Telerik.Windows.Documents.FormatProviders.Html

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public enum DocumentExportLevel

Fields

Document

Export the whole document. Includes the HTML declaration, more specifically HTML, TITLE, HEAD and BODY tags.

Declaration

cs-api-definition
Document = 0

Field Value

DocumentExportLevel

Fragment

Export the required fragment of the content. Only the HTML BODY tag will be exported.

Declaration

cs-api-definition
Fragment = 1

Field Value

DocumentExportLevel

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