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;}
'Declaration
Public Property AutoProcess As Boolean
'Usage
Dim instance As RasterSaveDialog
Dim value As Boolean
instance.AutoProcess = value
value = instance.AutoProcess
public:
property bool AutoProcess {
bool get();
void set ( bool value);
}
Property Value
true if the dialog should perform the saving process; otherwise, false.