Enum SaveFormat

SaveFormat enumeration

Voor herkenningsresultaat besparing

public enum SaveFormat

Waarden

NaamWaardeBeschrijving
Text0Slaat het document op in de indeling platte tekst.
Docx1Slaat het document op als een Office Open XML WordprocessingML-document (macrovrij).
Pdf2Slaat het document op als PDF-document (Adobe Portable Document).
Xlsx3Slaat het document op als een Excel-werkmapdocument (2007 en later).
Xml4Slaat het document op als een XML-bestand.
Json5Slaat het document op als een JSON-bestand.
HTML6Slaat het document op als een HTML-bestand.
EPUB7Slaat het document op als een EPUB-bestand.
RTF8Slaat het document op als een rtf-bestand.

Zie ook