AutoProcess Property

Summary

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.

Syntax
C#
VB
C++
public bool AutoProcess { get; set; } 
  
Public Property AutoProcess As Boolean 
public: 
property bool AutoProcess { 
   bool get(); 
   void set (    bool value); 
} 

Property Value

true if the dialog should perform the saving process; otherwise, false.

Example

Refer to RasterSaveDialog example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly