←Select platform

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

Leadtools.Wia Assembly