SaveToOneFile Property

Summary
Gets or sets flag indicates whether to save a multiple pages to a single file.
Syntax
C#
VB
C++
public bool SaveToOneFile { get; set; } 
Public Property SaveToOneFile As Boolean 
public: 
property bool SaveToOneFile { 
   bool get(); 
   void set (    bool ); 
} 

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 DataTransfer example.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.