Convert

Classe Convert

Représente un groupe de méthodes destinées à convertir Presentation.

public static class Convert

Méthodes

NomDescription
static AutoByExtension(string, string)Convertit Presentation en utilisant l’extension de chemin de sortie passée pour déterminer le format d’exportation requis.
static ToPdf(Presentation, string)Convertit Presentation en PDF.
static ToPdf(string, string)Convertit Presentation en PDF.
static ToPdf(Presentation, string, IPdfOptions)Convertit Presentation en PDF.
static ToPdf(string, string, IPdfOptions)Convertit Presentation en PDF.
static ToSvg(string)Convertit Presentation en SVG.
static ToSvg(Presentation, GetOutPathCallback)Convertit Presentation en SVG.
static ToSvg(Presentation, ISVGOptions)Convertit Presentation en SVG.
static ToSvg(string, GetOutPathCallback)Convertit Presentation en SVG.
static ToSvg(Presentation, GetOutPathCallback, ISVGOptions)Convertit Presentation en SVG.

Autres Membres

NomDescription
delegate GetOutPathCallback

Exemples

Convert.AutoByExtension("pres.pptx", "pres.pdf");

Voir Aussi