←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly