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

Maximum Property (BinaryFilterCommand)






Gets or sets the maximum value. .NET support WinRT support Silverlight support
Syntax
public bool Maximum {get; set;}
'Declaration
 
Public Property Maximum As Boolean
'Usage
 
Dim instance As BinaryFilterCommand
Dim value As Boolean
 
instance.Maximum = value
 
value = instance.Maximum
public bool Maximum {get; set;}
 get_Maximum();
set_Maximum(value);
public:
property bool Maximum {
   bool get();
   void set (    bool value);
}

Property Value

Maximum value.
Example
Refer to BinaryFilterCommand(bool,int[])
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

BinaryFilterCommand Class
BinaryFilterCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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