Gets or sets a flag that indicates whether to overwrite any existing files found with the same name(s).
public bool OverwriteExisting { get; set; }
Public Property OverwriteExisting As Boolean
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.
Note: This member is ignored when using WIA version 2.0.
Refer to WiaSession.AcquireToFile example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET