Type of the HTML file created using the LEADTOOLS Document Writers.
[ObsoleteAttribute("This property should not be used in this version")]
public HtmlDocumentType DocumentType { get; set; }
Public Property DocumentType As Leadtools.Forms.Documentwriters.HtmlDocumentType
public HtmlDocumentType getDocumentType()
public void setDocumentType(HtmlDocumentType documentType)
public:
property Leadtools.Forms.Documentwriters.HtmlDocumentType DocumentType {
Leadtools.Forms.Documentwriters.HtmlDocumentType get();
void set ( Leadtools.Forms.Documentwriters.HtmlDocumentType );
}
One of the HtmlDocumentType enumeration members that indicate which type of HTML file the resulting HTML file will be.
Refer to the HtmlDocumentType enumeration for more information on the supported HyperText Markup Language (HTML) format types.
For an example, refer to HtmlDocumentOptions.
Programming with LEADTOOLS Document Writers
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET