Enumerates the document type.

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public enum RTEDesignDocType
Visual Basic
Public Enumeration RTEDesignDocType
Visual C++
public enum class RTEDesignDocType

Members

Member nameValueDescription
Default0 The Default doctype defined in the client side configuration file (richtexteditor\scripts\config.js)
HTML51 The HTML5 doctype
HTML42 The HTML4 doctype
XHTML3 The XHTML doctype

See Also