This property sets the file name when saving a file using file transfer or using memory transfer with compression.

[Visual Basic] Public WriteOnly Property FileName As String
[C#] public string FileName {set;}

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 Transfer property is File or Memory and the Compression property is set to values other than None 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, null, or Nothing then the file cannot be saved. When using file transfer mode the a FileName property MUST be set. When the UserInterface property is Suppress and the Mode property is DocumentPlate, 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).

See Also

Scan Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation