←Select platform

Filter Property

Summary

Gets or sets a value that indicates the type of anti-aliasing filter to use.

Syntax
C#
VB
Objective-C
C++
Java
public AntiAliasingCommandType Filter { get; set; } 
Public Property Filter As AntiAliasingCommandType 
@property (nonatomic, assign) LTAntiAliasingCommandType filter 
public AntiAliasingCommandType getFilter() 
public void setFilter(AntiAliasingCommandType value) 
public: 
property AntiAliasingCommandType Filter { 
   AntiAliasingCommandType get(); 
   void set (    AntiAliasingCommandType ); 
} 

Property Value

Value that indicates the type of anti-aliasing filter to use.

Example

Refer to AntiAliasingCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly