Windows Enhanced Metafile .EMF Export Automation Options
Since the Export Options dialog is not displayed when the program is driven from an automation script, an options string can be specified in the script. The string consists of comma-separated parameters, which specify the behavior of the various export options. A typical example would be:
"Defaults=1,AllTextToPolygons=0"
This would set all export options to their default values, then indicate that all text is not to be exported as polygons (i.e., it is to remain as text).
Option | Action | Default | Description |
MaxBitmapSizeInMB | N | 10 | This option specifies the largest size allowed for an individual bitmap in the EMF file, in Megabytes. Any exported bitmap larger than this size will be downscaled to this size during export. |
See Also
Windows Enhanced Metafile .EMF File Description
Windows Enhanced Metafile .EMF Import Automation Options