Document.LoadFrom
Méthode Document.LoadFrom
Charge un fichier, en le convertissant en PDF.
public void LoadFrom(string filename, LoadOptions options)
| Paramètre | Type | Description |
|---|---|---|
| filename | String | Le chemin vers le fichier à ouvrir. |
| options | LoadOptions | Les options de chargement. |
Exceptions
| exception | condition |
|---|---|
| PdfException | Si le fichier ne peut pas être chargé. |
| FileNotFoundException | Si le fichier est introuvable. |
Voir aussi
- classe LoadOptions
- classe Document
- espace de noms Aspose.Pdf
- assembly Aspose.PDF