←Select platform

AutoProcess Property

Summary

Gets or sets the value that determines whether the dialog should perform window-leveling on the Image when the user clicks OK.

Syntax

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

Property Value

true means the dialog should perform window-leveling on the Image, false if otherwise

Example

Refer to RasterWindowLevelDialog 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.