Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Show in webframe

Maximum Property (BinaryFilterCommand)








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)
            
 <br/>get_Maximum();<br/>set_Maximum(value);<br/>Object.defineProperty('Maximum'); 
public:
property bool Maximum {
   bool get();
   void set (    bool value);
}

Property Value

true to erode black objects and false to dilate black objects
Example
Refer to BinaryFilterCommand(bool,int[])
Requirements

Target Platforms

See Also

Reference

BinaryFilterCommand Class
BinaryFilterCommand Members

Error processing SSI file