VisRasterExportDataCompression enumeration (Visio)
Specifies constants that identify the types of raster export data compression; passed to and returned by the ApplicationSettings.RasterExportDataCompression property.
Name | Value | Description | Applicable File Format |
---|---|---|---|
visRasterNone | 0 | No compression; the default for BMP. | BMP |
visRasterRLE | 1 | RLE compression. | BMP |
visRasterGroup3 | 2 | Group 3 compression. | TIFF |
visRasterPackbits | 3 | Packbits compression. | TIFF |
visRasterGroup4 | 4 | Group 4 compression. | TIFF |
visRasterLZW | 5 | LZW compression. | TIFF |
visRasterModifiedHuffman | 6 | Modified Huffman compression. | TIFF |
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.