Leadtools.Workflow.Scan Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
OutputToOneFile Property
See Also 
Leadtools.Workflow.Scan Namespace > ScanActivity Class : OutputToOneFile Property



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;}
C++/CLI 
public:
property bool OutputToOneFile {
   bool get();
   void set (bool value);
}

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

This property value will be used only if OutputType property was set to DiskFile.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Workflow.Scan requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features