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



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

Syntax

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

Return Value

Value that specifies the value to which the highlights 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