Append Property

Summary
Gets or sets a flag that indicates whether to append the acquired pages to the end of an existing file that supports multipage files.
Syntax
C#
VB
C++
public bool Append { get; set; } 
  
Public Property Append As Boolean 
public: 
property bool Append { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

Flag that indicates whether to append the acquired pages to the end of an existing file that supports multipage files. Possible values are: true to append pages to the end of the file, false to not append pages to the end of the file. This is the default value.

Remarks

Note: This member is ignored when using WIA version 2.0.

Example

For an example, refer to WiaSession.AcquireToFile

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.Wia Assembly

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