Gets and sets the file format to use when saving images. ISIS Xpress supports five different types of TIFF compression, JPEG Color, JPEG Gray, and DCX.
Read-write property
Visual Basic |
---|
Public Property SaveFileType As ISX_SaveFileType |
A ISX_SaveFileType Enumeration representing the file format to use when saving images.
See the ISX_SaveFileType Enumeration for more information.
1 bit (Black and White) images can be saved to any of the five TIFF file formats or to the DCX file format. 8 bit (Gray Scale) images can be saved to the TiffRaw,TiffPackbits or JpegGray file formats. 24 bit (Color) images can be saved to the TiffRaw,TiffPackbits or JPEG file formats.