Gets or sets the default document type definition (DTD) for all HTML documents.

[VBScript]
Public Property DocType As String
[JScript]
public function get DocType() : String;
public function set DocType(String);

Property Value

A string representing the document type in the form "Name PublicID SystemID".

Example

Project.Filter.DocType = 'HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"';

See Also

Filter Object | Filter Members | HelpProducer Namespace