Document.LoadFrom

Méthode Document.LoadFrom

Charge un fichier, en le convertissant en PDF.

public void LoadFrom(string filename, LoadOptions options)
ParamètreTypeDescription
filenameStringLe chemin vers le fichier à ouvrir.
optionsLoadOptionsLes options de chargement.

Exceptions

exceptioncondition
PdfExceptionSi le fichier ne peut pas être chargé.
FileNotFoundExceptionSi le fichier est introuvable.

Voir aussi