ImageGear Professional v18.2 > API Reference Guide > TWAIN Component API Reference > TWAIN Component Objects > IGTwainCtl Control > IGTwainCtl Properties > AudioFileName Property |
Gets and sets the file name for an audio snippet when Disk Transfer Mode is used.
If AudioFileName specifies a directory, but not a file name, a separate file for each snippet will be created, using these names 0000001.wav, 00000002.wav, 00000003.wav, etc. If those files already exist, they will be deleted before being written into.
If AudioFileName specifies a filename, a separate file will be created for each snippet, but will use part of the name that you supplied. If the name you supplied was "Audio.wav", your pages will be named Audio1.wav, Audio2.wav, Audio3.wav, etc. If these files already exist, they will be deleted before being written into.
Read-write property
String
Default Value: Path to the system temp directory.