←Select platform

DocumentType Property

Summary

Type of the HTML file created using the LEADTOOLS Document Writers.

Syntax
C#
VB
C++
Java
[ObsoleteAttribute("This property should not be used in this version")] 
public HtmlDocumentType DocumentType { get; set; } 
Public Property DocumentType As HtmlDocumentType 
public HtmlDocumentType getDocumentType() 
public void setDocumentType(HtmlDocumentType documentType) 
public: 
property HtmlDocumentType DocumentType { 
   HtmlDocumentType get(); 
   void set (    HtmlDocumentType ); 
} 

Property Value

One of the HtmlDocumentType enumeration members that indicate which type of HTML file the resulting HTML file will be.

Remarks

Refer to the HtmlDocumentType enumeration for more information on the supported HyperText Markup Language (HTML) format types.

Example

For an example, refer to HtmlDocumentOptions.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly