AppendToFile Property

Summary
Gets or sets flag indicates whether to append pages to the end of the file when saving a multipage file.
Syntax
C#
VB
C++
public bool AppendToFile { get; set; } 
Public Property AppendToFile As Boolean 
public: 
property bool AppendToFile { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

Flag indicates whether to append pages to the end of the file when saving a multipage file. Possible values are: true: append pages to the end of the file, false: do not append pages to the end of the 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.