View2.ExportAsFixedFormat(String, String, Object) Méthode
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.
Exporte la vue en fichier du format spécifié et prend en charge l'initialisation d'un complément COM pour l'exportation en fichier à format fixe.
public:
void ExportAsFixedFormat(System::String ^ bstrURL, System::String ^ bstrFormat, System::Object ^ varExporter);
public void ExportAsFixedFormat (string bstrURL, string bstrFormat, object varExporter);
abstract member ExportAsFixedFormat : string * string * obj -> unit
Public Sub ExportAsFixedFormat (bstrURL As String, bstrFormat As String, varExporter As Object)
Paramètres
- bstrURL
- String
Emplacement du répertoire dans lequel le fichier de la vue exportée sera enregistré.
- bstrFormat
- String
Type de format de fichier vers lequel exporter. Les valeurs prises en charge sont :"MHT » - Archive web, format de fichier unique (.mht)"PDF » - Fichier format de document portable (.pdf)"XPS » - Document XPS (.xps)
- varExporter
- Object
Remarques
Le pUnkExporter
paramètre est utilisé pour fournir un pointeur d’interface IUnknown vers le document actif. Il est utilisé pour initialiser un complément COM en vue de son exportation en fichier au format fixe. Pour plus d’informations, consultez l’article « Extension de la fonctionnalité d’exportation d’Office Fixed-Format » sur MSDN (Microsoft Developer Network)
Remarque : Vous pouvez enregistrer en tant que fichier PDF ou XPS à partir d’un programme Microsoft Office System uniquement après avoir installé un complément. Pour plus d'informations, recherchez le document « Activer la prise en charge d'autres formats de fichiers, tels que PDF et XPS » sur Office Online.