Bit Field to indicate the saving options.
Macro Definitions
Detailed Description
- group a3d_pdf_saveflagsbits
- Version
9.2
Macro Definition
-
kA3DPDFSaveFull
Basic level (equivalent to a call to A3DPDFDocumentSave).
-
kA3DPDFSaveOptimized
Adds misc optimizations for saving.
-
kA3DPDFSaveOptimizeFonts
Adds optimization on fonts definition. This can involve substantial memory and CPU overhead.
-
kA3DPDFSaveCopy
Save a copy of the document. If this flag is not used, the file is locked until A3DPDFDocumentClose is called.