LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

MinimumOutput Property






Gets or sets the minimum allowed value. .NET support WinRT support Silverlight support
Syntax
public int MinimumOutput {get; set;}
'Declaration
 
Public Property MinimumOutput As Integer
'Usage
 
Dim instance As ZeroToNegativeCommand
Dim value As Integer
 
instance.MinimumOutput = value
 
value = instance.MinimumOutput
public int MinimumOutput {get; set;}
 get_MinimumOutput();
set_MinimumOutput(value);
public:
property int MinimumOutput {
   int get();
   void set (    int value);
}

Property Value

The minimum allowed value, which means that the image data values after applying the command will not be less than this value.
Example
Refer to ZeroToNegativeCommand example.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ZeroToNegativeCommand Class
ZeroToNegativeCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.