HtmlSaveOptions.HtmlSaveOptions

HtmlSaveOptions()

Initializes a new instance of the HtmlSaveOptions class.

public HtmlSaveOptions()

See Also


HtmlSaveOptions(HtmlDocumentType)

Initializes a new instance of the HtmlSaveOptions class.

public HtmlSaveOptions(HtmlDocumentType documentType)
ParameterTypeDescription
documentTypeHtmlDocumentTypeThe HtmlDocumentType.

See Also


HtmlSaveOptions(bool)

Initializes a new instance of the HtmlSaveOptions class.

public HtmlSaveOptions(bool fixedLayout)
ParameterTypeDescription
fixedLayoutBooleanif set to true HTML is created as fixed layout.

See Also


HtmlSaveOptions(HtmlDocumentType, bool)

Initializes a new instance of the HtmlSaveOptions class.

public HtmlSaveOptions(HtmlDocumentType documentType, bool fixedLayout)
ParameterTypeDescription
documentTypeHtmlDocumentTypeThe HtmlDocumentType.
fixedLayoutBooleanif set to true HTML is created as fixed layout.

See Also