VisRasterExportColorFormat enumeration (Visio)
Specifies constants that define the raster export color formats; passed to and returned by the RasterExportColorFormat property.
Name | Value | Description | Applicable File Formats |
---|---|---|---|
visRasterBiLevel | 0 | Bi-level color format | BMP, PNG, TIFF |
visRaster16Color | 1 | 16-color format | BMP, PNG, TIFF |
visRaster256Color | 2 | 256-color format | BMP, PNG, TIFF |
visRaster24Bit | 3 | 24-bit color format; the default for PNG, TIFF, and BMP | BMP, PNG, TIFF |
visRasterRGB | 4 | RGB color format; the default for JPG | JPG |
visRasterYCC | 5 | YCC color format | JPG |
visRasterGrayScale | 6 | Grayscale color format | JPG |
visRasterCMYK | 7 | CMYK color format | JPG |
visRaster16ColorGrayScale | 8 | 16-color grayscale color format | TIFF |
visRaster256ColorGrayScale | 9 | 256-color grayscale color format | TIFF |
visRaster16Bit | 10 | 16-bit color format | BMP |
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.