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

Show in webframe

BinaryFilterCommand Constructor(BinaryFilterCommandPredefined)








A BinaryFilterCommandPredefined enumeration value that specifies which predefined binary filter to use.
Initializes a new BinaryFilterCommand class object with a predefined binary filter.
Syntax
public BinaryFilterCommand( 
   BinaryFilterCommandPredefined predefined
)
'Declaration
 
Public Function New( _
   ByVal predefined As BinaryFilterCommandPredefined _
)
'Usage
 
Dim predefined As BinaryFilterCommandPredefined
 
Dim instance As New BinaryFilterCommand(predefined)
public BinaryFilterCommand( 
   BinaryFilterCommandPredefined predefined
)
- (instancetype)initWithPredefinedBinaryFilter:(LTBinaryFilterCommandPredefined)predefined
public BinaryFilterCommand(BinaryFilterCommandPredefined predefined)
function BinaryFilterCommand( 
   predefined 
)
public:
BinaryFilterCommand( 
   BinaryFilterCommandPredefined predefined
)

Parameters

predefined
A BinaryFilterCommandPredefined enumeration value that specifies which predefined binary filter to use.
Remarks
The BinaryFilterCommandPredefined filters shrink or erode black objects in specific directions.
Example
Refer to BinaryFilterCommand.
Requirements

Target Platforms

See Also

Reference

BinaryFilterCommand Class
BinaryFilterCommand Members
Overload List

Error processing SSI file