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

Show in webframe

Filter Property (AntiAliasingCommand)








Gets or sets a value that indicates the type of anti-aliasing filter to use.
Syntax
public AntiAliasingCommandType Filter {get; set;}
'Declaration
 
Public Property Filter As AntiAliasingCommandType
'Usage
 
Dim instance As AntiAliasingCommand
Dim value As AntiAliasingCommandType
 
instance.Filter = value
 
value = instance.Filter
public AntiAliasingCommandType Filter {get; set;}
@property (nonatomic, assign) LTAntiAliasingCommandType filter
public AntiAliasingCommandType getFilter()
public void setFilter(AntiAliasingCommandType value)
            
 <br/>get_Filter();<br/>set_Filter(value);<br/>Object.defineProperty('Filter'); 
public:
property AntiAliasingCommandType Filter {
   AntiAliasingCommandType get();
   void set (    AntiAliasingCommandType value);
}

Property Value

Value that indicates the type of anti-aliasing filter to use.
Example
Refer to AntiAliasingCommand.
Requirements

Target Platforms

See Also

Reference

AntiAliasingCommand Class
AntiAliasingCommand Members

Error processing SSI file