This property sets the file format when saving a file using file transfer.

[Visual Basic]   imagekitcontrolname.Scan.FileFormat [ = ScanFileFormatConstants ]
[Visual C++]     [ long = ]imagekitcontrolname.GetScan().GetFileFormat()
imagekitcontrolname.GetScan().SetFileFormat(long Val)
[VB.NET]   imagekitcontrolname.Scan.FileFormat [ = ScanFileFormatConstants ]
[C#.NET]   imagekitcontrolname.Scan.FileFormat [ = ScanFileFormatConstants ]

* ImageKit10ALib refers to the ANSI version, ImageKit10Lib refer to the Unicode version.

Property Value

Value Explanation
0 TIFF
1 PICT
2 BMP(Default)
3 XBM
4 JFIF(JPEG)
5 FPX
6 TIFF MULTI
7 PNG
8 SPIFF
9 EXIF
10 PDF
11 JP2 (JPEG2000 Part1)
13 JPX (JPEG2000 Part2)
14 DEJAVE
15 PDF/A (Version1)
16 PDF/A (Version2)

The following constants can be used: (ikScanFileTIFF = 0, ikScanFilePICT = 1, ikScanFileBMP = 2, ikScanFileXBM = 3, ikScanFileJFIF = 4, ikScanFileFPX = 5, ikScanFileTIFFMULTI = 6, ikScanFilePNG = 7, ikScanFileSPIFF = 8, ikScanFileEXIF = 9, ikScanFilePdf = 10, ikScanFileJp2 = 11, ikScanFileJpx = 13, ikScanFileDejavu = 14, ikScanFilePdfA = 15, ikScanFilePdfA2 = 16)

Explanation

The FileFormat property sets the file format when saving a file using file transfer. Please set at appropriate value in the Compression property for the file format set here. Note that depending on the datasource, only uncompressed mode is possible when using file transfer. To retrieve the values supported by the datasource, please execute the GetCapEnum or the GetCapEnumVariant method.

Setting this value

  This value can be set at runtime.

Retrieving this value

  This value can be retrieved at runtime.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation