This property sets the file name when saving a file using file transfer or using memory transfer with compression.
Property Value
The file name of the saved file
Explanation
The FileName property sets the file name when saving a file using file transfer or using memory transfer with compression. When the TransferMode property is vikScanFile or vikScanMemory and the Compression property is set to values other than vikScanNoCompress then the file will be saved according to the FileName property. (up to 255 bytes).
If the FileName property is set with an empty string then the file cannot be saved. When using file transfer mode the a FileName property MUST be set. When the UiMode property is vikScanNONUI and the ScanMode property is vikScanDOC, the file will be saved according to the FileName property. However, for other settings, a four digit series of numbers will be added just before the file extention. (i.e. Image.bmp will be Image0001.bmp).
Setting this value
This value can be set at runtime.
Retrieving this value
This value cannot be retrieved.