Leadtools.Twain Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
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;}
Managed Extensions for C++ 
public: __property bool get_SaveToOneFile();
public: __property void set_SaveToOneFile( 
   bool value
);
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 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