←Select platform

AppendToFile Property

Summary

Gets or sets flag indicates whether to append pages to the end of the file when saving a multi-page 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 multi-page 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly