Leadtools.Forms.DocumentWriters Namespace > HtmlDocumentOptions Class : DocumentType Property |
public HtmlDocumentType DocumentType {get; set;}
'Declaration Public Property DocumentType As HtmlDocumentType
'Usage Dim instance As HtmlDocumentOptions Dim value As HtmlDocumentType instance.DocumentType = value value = instance.DocumentType
public HtmlDocumentType DocumentType {get; set;}
get_DocumentType();
set_DocumentType(value);
Object.defineProperty('DocumentType');
public: property HtmlDocumentType DocumentType { HtmlDocumentType get(); void set ( HtmlDocumentType value); }
Refer to the HtmlDocumentType enumeration for more information on the supported HyperText Markup Language (HTML) format types.