The OutputToOneFile Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets a flag that indicates whether to save multiple pages to a single file.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;} |
Property 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.This property value will be used only if OutputType property was set to DiskFile.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7