Leadtools TWAIN (Leadtools.Twain assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
SaveToOneFile Property
See Also 
Leadtools.Twain Namespace > TwainDataTransferProperties Structure : SaveToOneFile Property



Gets or sets flag indicates whether to save a multiple pages to a single file.

Syntax

Visual Basic (Declaration) 
Public Property SaveToOneFile As Boolean
Visual Basic (Usage)Copy Code
Dim instance As TwainDataTransferProperties
Dim value As Boolean
 
instance.SaveToOneFile = value
 
value = instance.SaveToOneFile
C# 
public bool SaveToOneFile {get; set;}
C++/CLI 
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.

Example

Refer to TwainProperties.DataTransfer example.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also