# ppPrintHandoutVerticalFirst Slides are ordered vertically, with the first slide in the upper-left corner and the second slide below it.
# If your language setting specifies a right-to-left language, the first slide is in the upper-right corner with the second slide to the left of it.
# ppPrintHandoutHorizontalFirst Slides are ordered horizontally, with the first slide in the upper-left corner and the second slide to the right of it.
# If your language setting specifies a right-to-left language, the first slide is in the upper-right corner with the second slide to the left of it.
# Boolean Whether the document properties should also be exported. The default is False.
$includeDocProperties=$false
# Boolean Whether the IRM settings should also be exported. The default is True.
$keepIRMSettings=$true
# Boolean Whether to include document structure tags to improve document accessibility. The default is True.
$docStructureTags=$true
# Boolean Whether to include a bitmap of the text. The default is True.
$bitmapMissingFonts=$true
# Boolean Whether the resulting document is compliant with ISO 19005-1 (PDF/A). The default is False.
$useISO19005_1=$false
# Boolean Whether the resulting document should include associated pen marks.
$includeMarkup=$true
# Variant A pointer to an Office add-in that implements the IMsoDocExporter COM interface and allows calls to an alternate implementation of code. The default is a null pointer.
$externalExporter=$null
##
## Publishes as PDF or XPS.
##
## vba - difference between ExportAsFixedFormat2 and ExportAsFixedFormat? - Stack Overflow