Dynamsoft Home|Product Home

ICAP_IMAGEFILEFORMAT

Description:

Informs the application which file formats the Source can generate (CapGet()). Tells the Source which file formats the application can handle (CapSet()).

  TWFF_TIFF Used for document imaging

  TWFF_PICT Native Macintosh format

  TWFF_BMP Native Microsoft format

  TWFF_XBM Used for document imaging

  TWFF_JFIF Wrapper for JPEG images

  TWFF_FPX FlashPix, used with digital cameras

  TWFF_TIFFMULTI Multi-page TIFF files

  TWFF_PNG An image format standard intended for use on the web, replaces GIF

  TWFF_SPIFF A standard from JPEG, intended to replace JFIF, also supports JBIG

  TWFF_EXIF File format for use with digital cameras.

 

Remarks:

None

 

Data type:

Integer

 

Default value:

TWFF_BMP(2)

 

Allowed values:

TWFF_TIFF(0), TWFF_PICT(1), TWFF_BMP(2), TWFF_XBM(3), TWFF_JFIF(4), TWFF_FPX(5), TWFF_TIFFMULTI(6), TWFF_PNG(7), TWFF_SPIFF(8), TWFF_EXIF(9)

 

CapType for GET:

TW_ENUMERATION, TW_ONEVALUE

 

CapType for SET: 

TW_ENUMERATION, TW_ONEVALUE

 

See also: