LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Maximum Property (BinaryFilterCommand)

Show in webframe







Gets or sets the maximum value.
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;}
@property (nonatomic, assign) BOOL maximum;
public boolean getMaximum()
public void setMaximum(boolean value)
            
 
get_Maximum();
set_Maximum(value);
Object.defineProperty('Maximum');
public:
property bool Maximum {
   bool get();
   void set (    bool value);
}

Property Value

Maximum value.
Example
Refer to BinaryFilterCommand(bool,int[])
Requirements

Target Platforms

See Also

Reference

BinaryFilterCommand Class
BinaryFilterCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.