_Document.SaveFormat Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Renvoie un entier représentant le format du fichier ou du convertisseur de fichier spécifié.
public:
property int SaveFormat { int get(); };
public int SaveFormat { get; }
member this.SaveFormat : int
Public ReadOnly Property SaveFormat As Integer
Valeur de propriété
Remarques
Le format de fichier est un nombre unique qui spécifie un convertisseur de fichier externe ou une WdSaveFormat constante.
Utilisez la valeur de la propriété SaveFormat pour l' FileFormat argument de la SaveAs(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) méthode pour enregistrer un document dans un format de fichier pour lequel il n’existe pas de constante WdSaveFormat correspondante.