Gets and sets the file schema used to generate filenames during batch scanning.
Read-write property
Visual Basic |
---|
Public Property FileSchema As String |
A string representing the file schema used to generate filenames during batch scanning.
The following symbols can be used to specify a schema:
$ = root
# = page number
The following items are example schemas and the files they would generate:
$## = file01, file02, etc;
$#### = file0001, file0002, etc.
$ = root
# = page number
The following items are example schemas and the files they would generate:
$## = file01, file02, etc;
$#### = file0001, file0002, etc.