| << Click to Display Table of Contents >> GifExportOptions |     | 
[Windows Platform Only, Professional Edition and above]
Specifies options for exported GIF images.
property GifExportOptions [long] VPE.GifExportOptions
read, write; runtime only
Possible Values:
several options
| ActiveX / VCL | Value | Enum | Comment | 
| PICEXP_GIF_DEFAULT | 0 | Default | nothing special | 
| PICEXP_GIF_APPEND | 1073741824 | Append | append file to multi-page GIF | 
Default:
PICEXP_GIF_DEFAULT
Remarks:
The flag PICEXP_GIF_APPEND can be combined with any of the other flags.
Example:
Doc.GifExportOptions = PICEXP_GIF_DEFAULT + PICEXP_GIF_APPEND