Accusoft.ISISXpressSdk Namespace > Output Class : FileType Property |
'Declaration Public Property FileType As FileTypeInfo
'Usage Dim instance As Output Dim value As FileTypeInfo instance.FileType = value value = instance.FileType
public FileTypeInfo FileType {get; set;}
public: __property FileTypeInfo get_FileType(); public: __property void set_FileType( FileTypeInfo value );
public: property FileTypeInfo FileType { FileTypeInfo get(); void set ( FileTypeInfo value); }
1 bit (black and white) images can be saved to any of the five TIFF file formats or to the DCX file format. 4 bit (gray scale) images can be saved to the TiffRaw, TiffPackbits file formats. 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 JpegColor file formats.