LEADTOOLS WIA (Leadtools.Wia assembly)
LEAD Technologies, Inc

OverwriteExisting Property






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 bool OverwriteExisting {get; set;}
 get_OverwriteExisting();
set_OverwriteExisting(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WiaAcquireOptions Structure
WiaAcquireOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.