<< Click to Display Table of Contents >> VpeSetGifExportOptions |
[Windows platform only, Professional Edition and above]
Specifies options for exported GIF images.
void VpeSetGifExportOptions(
VpeHandle hDoc,
long options
)
VpeHandle hDoc
Document Handle
long options
several options
Constant Name |
Value |
Decimal |
Comment |
PICEXP_GIF_DEFAULT |
0x0000 |
0 |
nothing special |
PICEXP_GIF_APPEND |
0x40000000 |
1073741824 |
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:
VpeSetGifExportOptions(hDoc, PICEXP_GIF_DEFAULT + PICEXP_GIF_APPEND)