Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
MinimumOutput Field
See Also 
Leadtools.ImageProcessing Namespace > ColorLevelCommandData Class : MinimumOutput Field



Gets or sets a value that specifies the value to which the shadows will be mapped.

Syntax

Visual Basic (Declaration) 
Public MinimumOutput As Integer
Visual Basic (Usage)Copy Code
Dim instance As ColorLevelCommandData
Dim value As Integer
 
value = instance.MinimumOutput
 
instance.MinimumOutput = value
C# 
public int MinimumOutput
C++/CLI 
public:
int MinimumOutput

Return Value

Value that specifies the value to which the shadows will be mapped. Valid values range from 0 to 255 for 8-bit, 0 to 4095 for 12-bit and 0 to 65535 for 16-bit images.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also