Gets or sets a flag that indicates whether to save multiple pages to a single file.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property OutputToOneFile As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As ScanActivity
Dim value As Boolean
instance.OutputToOneFile = value
value = instance.OutputToOneFile
|
| C# | |
|---|
public bool OutputToOneFile {get; set;} |
Return Value
Flag that indicates whether to save multiple pages to a single file. Possible values are: true to save all acquired pages to a single file, false to save acquired pages to separate files.
The default value is false.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also