Leadtools.Twain Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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);
}

Return 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also