Accusoft.ISISXpress6.Net
FileTypeInfo Enumeration
See Also  Send Feedback
Accusoft.ISISXpressSdk Namespace : FileTypeInfo Enumeration




Glossary Item Box

Option values for the file format to use when saving images.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Members

MemberValueDescription
Dcx7DCX compression.
JpegColor5JPEG color compression.
JpegGray6JPEG Gray compression.
TiffG32CCITT (International Telegraph and Telephone Consultative Committee) Fax Group 3 compression.
TiffG3M3CCITT Fax Modified Group 3 compression.
TiffG44CCITT Fax Group 4 compression.
TiffPackBits1Packbits compression.
TiffRaw0No compression.

Remarks

This value is set by using the Output.FileType property.

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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.ISISXpressSdk.FileTypeInfo

See Also

©2013. Accusoft Corporation. All Rights Reserved.