HtmlSaveOptions

HtmlSaveOptions()

Initialisiert eine neue Instanz vonHtmlSaveOptions Klasse.

public HtmlSaveOptions()

Siehe auch


HtmlSaveOptions(HtmlDocumentType)

Initialisiert eine neue Instanz vonHtmlSaveOptions Klasse.

public HtmlSaveOptions(HtmlDocumentType documentType)
ParameterTypBeschreibung
documentTypeHtmlDocumentTypeDasHtmlDocumentType.

Siehe auch


HtmlSaveOptions(bool)

Initialisiert eine neue Instanz vonHtmlSaveOptions Klasse.

public HtmlSaveOptions(bool fixedLayout)
ParameterTypBeschreibung
fixedLayoutBooleanwenn eingestelltStimmtHTML wird als festes Layout erstellt.

Siehe auch


HtmlSaveOptions(HtmlDocumentType, bool)

Initialisiert eine neue Instanz vonHtmlSaveOptions Klasse.

public HtmlSaveOptions(HtmlDocumentType documentType, bool fixedLayout)
ParameterTypBeschreibung
documentTypeHtmlDocumentTypeDasHtmlDocumentType.
fixedLayoutBooleanwenn eingestelltStimmtHTML wird als festes Layout erstellt.

Siehe auch