C#
VB
C++
Gets or sets a value that indicates whether display a a warning if the user specifies a file name that already exists
public bool PromptOverwrite { get; set; }
Public Property PromptOverwrite As Boolean
public:
property bool PromptOverwrite {
bool get();
void set ( bool value);
}
true to have the Save dialog box display a warning if the user specifies a file name that already exists; otherwise, false.
Refer to RasterSaveDialog 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