Returns the <!DOCTYPE> element in the document of a loaded document if defined.
| C# | Visual Basic | Visual C++ |
public HtmlDocTypeElement DocumentType { get; }
Public ReadOnly Property DocumentType As HtmlDocTypeElement
public: property HtmlDocTypeElement^ DocumentType { HtmlDocTypeElement^ get (); }