C#
VB
C++
Gets or sets a value that indicates whether the Save dialog should save the image in Image with the options that the user selected in the dialog.
public bool AutoProcess { get; set; }
Public Property AutoProcess As Boolean
public:
property bool AutoProcess {
bool get();
void set ( bool value);
}
true if the dialog should perform the saving process; 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