| Visual Basic (Declaration) | |
|---|---|
Public Property Append As Boolean  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public bool Append {get; set;}  | |
Return 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.For an example, refer to WiaSession.AcquireToFile 
            
 
            
            Note: This member is ignored when using WIA version 2.0.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
  
   
                           
Copy Code