<< Click to Display Table of Contents >> BmpExportOptions |
[Windows Platform Only, Professional Edition and above]
Specifies options for exported BMP images.
property BmpExportOptions [long] VPE.BmpExportOptions
read, write; runtime only
Possible Values:
several options
ActiveX / VCL |
Value |
Enum |
Comment |
PICEXP_BMP_DEFAULT |
0 |
Default |
Default, save without any compression |
PICEXP_BMP_RLE |
1 |
Rle |
Save RLE compressed |
Default:
PICEXP_BMP_DEFAULT
Example:
Doc.BmpExportOptions = PICEXP_BMP_RLE