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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly