Gets or sets flag indicates whether to save a multiple pages to a single file.
public bool SaveToOneFile {get; set;}
'Declaration
Public Property SaveToOneFile As Boolean
'Usage
Dim instance As TwainDataTransferProperties
Dim value As Boolean
instance.SaveToOneFile = value
value = instance.SaveToOneFile
public:
property bool SaveToOneFile {
bool get();
void set ( bool value);
}
Property Value
Flag indicates whether to save a multiple pages to a single file. Possible values are: true: save to a single file, false: do not save to a single file.