ToHTML

ToHTML(string, HTMLSaveOptions)

Crée le html et l’enregistre dans un fichier.

public void ToHTML(string fileName, HTMLSaveOptions options)
ParamètreTaperLa description
imageFileStringLe nom du fichier avec le chemin complet.
optionsHTMLSaveOptionsoptions d’enregistrement html

Voir également


ToHTML(Stream, HTMLSaveOptions)

Crée la forme html et l’enregistre dans un flux au format spécifié.

public void ToHTML(Stream stream, HTMLSaveOptions options)
ParamètreTaperLa description
streamStreamLe flux de sortie.
optionsHTMLSaveOptionsOptions de création html supplémentaires

Voir également