HtmlSaveOptions

HtmlSaveOptions()

Initialise une nouvelle instance duHtmlSaveOptions classe.

public HtmlSaveOptions()

Voir également


HtmlSaveOptions(HtmlDocumentType)

Initialise une nouvelle instance duHtmlSaveOptions classe.

public HtmlSaveOptions(HtmlDocumentType documentType)
ParamètreTaperLa description
documentTypeHtmlDocumentTypeLaHtmlDocumentType.

Voir également


HtmlSaveOptions(bool)

Initialise une nouvelle instance duHtmlSaveOptions classe.

public HtmlSaveOptions(bool fixedLayout)
ParamètreTaperLa description
fixedLayoutBooleansi réglé survraiHTML est créé en tant que mise en page fixe.

Voir également


HtmlSaveOptions(HtmlDocumentType, bool)

Initialise une nouvelle instance duHtmlSaveOptions classe.

public HtmlSaveOptions(HtmlDocumentType documentType, bool fixedLayout)
ParamètreTaperLa description
documentTypeHtmlDocumentTypeLaHtmlDocumentType.
fixedLayoutBooleansi réglé survraiHTML est créé en tant que mise en page fixe.

Voir également