PdfSaveFileFormat

PdfSaveFileFormat enumeration

Definieert verschillende opslagbestandsindelingen.

public enum PdfSaveFileFormat

Waarden

Naam Waarde Beschrijving
Default 0 Bestandsformaat wordt niet gewijzigd.
Pdf 1 Slaat het document op als PDF-indeling (Adobe Portable Document).
Doc 2 Slaat het document op in de documentindeling Microsoft Word 97-2007.
Xps 3 Slaat het document op in de XPS-indeling (XML Paper Specification).
DocX 7 Slaat het document op in Microsoft Word Open XML-bestandsindeling.
Svg 8 Slaat het document op in de SVG-indeling (Scalable Vector Graphics).
Epub 11 Slaat het document op in de IDPF EPUB-indeling.
Pptx 12 Slaat het document op in de PowerPoint Open XML-presentatiebestandsindeling

Zie ook