AccusoftImagXpress13 ActiveX DLL : enumSaveFileType Enumeration |
Specifies the type of file to save for the SaveFileType property.
PDF support is deprecated in ImagXpress; instead, please use PDF Xpress for PDF support. |
Member | Value | Description |
---|---|---|
FT_BMP | 5 | Windows Bitmap format. |
FT_CALS | 33 | Raster graphics. Developed by Computer-Aided Acquisition and Logistics Support office of the US government. It is used primarily for document storage in a two color format. |
FT_DCX | 24 | Multi-page PCX format. |
FT_DEFAULT | 0 | Use the 3 character file extension in the SaveFileName property to specify the file type. WBMP is an exception. |
FT_DIB | 42 | Device Independent Bitmap graphic used by Windows. Graphics stored in DIB format generally end with .bmp extension and are independent of their output device. |
FT_EPIC | 25 | High performance compression using Accusoft JPEG libraries. |
FT_EXIF | 27 | Exchangeable Image File graphic used by digital cameras to store extra picture information in photo files. |
FT_GIF | 3 | Graphics Interchange Format. |
FT_ICO | 20 | Windows icon format. |
FT_IOCA | 59 | IOCA. Note: When performing a 'Save As' with this format, a MODCA is written which is a wrapper around the IOCA format. |
FT_J2K | 39 | A version of JPEG 2000 format which has no header. |
FT_JB2 | 45 | JBIG2 format. |
FT_JLS | 38 | JPEG-LS graphic format with lossless/near-lossless compression standard for continuous-tone images. The standard is based on the LOCO-1 algorithm (LOw COmplixity LOssless COmpression for images). |
FT_JP2 | 36 | JPEG 2000 graphic format. |
FT_JPEG | 8 | Joint Photographic Experts Group file interchange format.
Must use SaveProgressive |
FT_JPEG_CMYK | 44 | JPEG graphic using CMYK color space. |
FT_JPEGXR | 61 | JPEG-XR file format. |
FT_LJP | 29 | Lossless JPEG graphic. |
FT_MODCA | 32 | IBM MOD:CA format commonly used to archive standard forms and other records. |
FT_PBM | 23 | Portable Bitmap format. |
FT_PCX | 2 | ZSoft Paint format. Simple format that provides a minimum of compression using Run Length Encoding (RLE). |
FT_PDF | 40 | Adobe's Portable Document Format. A format that has captured all the elements of a printed document as an electronic image that you can view, navigate, print or forward to someone else. |
FT_PDF_G31D | 52 | PDF G31D format. |
FT_PDF_G32D | 53 | PDF G32D format. |
FT_PDF_G4 | 54 | PDF G4 format. |
FT_PDF_J2K | 57 | PDF J2k format. |
FT_PDF_JBIG2 | 55 | PDF JBIG2 format. |
FT_PDF_JPEG | 56 | PDF JPEG format. |
FT_PDF_NATIVE | 51 | PDF native format. |
FT_PGM | 22 | Portable Gray Map image format. |
FT_PIC | 9 | Pegasus Imaging Corporation format which is read-only. Must use SaveTIFF. |
FT_PJPEG | 11 | Progressive JPEG graphic. |
FT_PNG | 10 | Portable Networks Graphic format. |
FT_PPM | 21 | Portable Pixel Map image format. |
FT_RAW | 35 | RAW image format.46 - Proprietary camera format that contains data that has not been processed (not compressed or encrypted). |
FT_Reserved1 | 6 | Reserved 1 |
FT_Reserved10 | 60 | Reserved 10 |
FT_Reserved2 | 7 | Reserved 2 |
FT_Reserved3 | 28 | Reserved 3 |
FT_Reserved4 | 34 | Reserved 4 |
FT_Reserved5 | 46 | Reserved 5 |
FT_Reserved6 | 47 | Reserved 6 |
FT_Reserved7 | 48 | Reserved 7 |
FT_Reserved8 | 49 | Reserved 8 |
FT_Reserved9 | 50 | Reserved 9 |
FT_RLE | 12 | Run-length Limited Encoding which is read-only. |
FT_TGA | 1 | Targa File Format. Supports 1 to 32 bit images and professional features like an alpha (mask) channel, gamma settings and a built-in thumbnail image. |
FT_TIFF | 4 | Tag Image File Format. |
FT_TIFF_CMYK | 43 | TIFF graphic using CMYK color space. |
FT_TIFF_DEFL | 19 | TIFF with DEFLATE lossless compressed data. |
FT_TIFF_G3 | 14 | TIFF with G3 Compression. |
FT_TIFF_G3_2D | 26 | TIFF graphic with G3 compression in 2D. |
FT_TIFF_G4 | 15 | TIFF with G4 Compression. |
FT_TIFF_JPEG | 18 | TIFF with JPEG images. |
FT_TIFF_LZW | 16 | TIFF with LZW compression. |
FT_TIFF_PB | 17 | TIFF with PackBits compression. |
FT_TIFF_RLE | 13 | TIFF RLE compression. |
FT_WBMP | 41 | Wireless BitMap graphic optimized for mobile computing devices. |
FT_WSQ | 37 | Wavelet Scalar Quantization compression graphic designed to minimize the loss of gray scale information, provide a standard compression technique allowing for image interchange and to insure maximum image quality for both human and computer processing. |