←Select platform

MaximumInput Property

Summary
Gets or sets the image maximum value.
Syntax
C#
VB
Objective-C
C++
Java
public int MaximumInput { get; set; } 
Public Property MaximumInput As Integer 
@property (nonatomic, assign) NSInteger maximumInput 
public int getMaximumInput() 
public void setMaximumInput(int value) 
public: 
property int MaximumInput { 
   int get(); 
   void set (    int ); 
} 

Property Value

The image maximum value. This value can be obtained MinMaxValuesCommand.

Example

Refer to ZeroToNegativeCommand example.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.