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.
            
            
            
            
            
            
            
            public bool Append {get; set;}
             
        
            
            'Declaration
 
Public Property Append As Boolean
             
        
            
            'Usage
 
Dim instance As WiaAcquireOptions
Dim value As Boolean
 
instance.Append = value
 
value = instance.Append
             
        
            
        
            
        
            
            public:
property bool Append {
   bool get();
   void set (    bool value);
}
             
        
             
        
            
            
            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.