LEADTOOLS WIA (Leadtools.Wia assembly)

OverwriteExisting Property

Show in webframe





Gets or sets a flag that indicates whether to overwrite any existing files found with the same name(s).
Syntax
public bool OverwriteExisting {get; set;}
'Declaration
 
Public Property OverwriteExisting As Boolean
'Usage
 
Dim instance As WiaAcquireOptions
Dim value As Boolean
 
instance.OverwriteExisting = value
 
value = instance.OverwriteExisting

            

            
public:
property bool OverwriteExisting {
   bool get();
   void set (    bool value);
}

Property Value

Flag that indicates whether to overwrite any existing files found with the same name(s). Possible values are: true to overwrite the existing file, false to generate new name(s) for the saved file(s) by adding an incremented number within braces. This is the default value.
Remarks

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

Example
Refer to WiaSession.AcquireToFile example.
Requirements

Target Platforms

See Also

Reference

WiaAcquireOptions Structure
WiaAcquireOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.