←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly