←Select platform

Filter Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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');  

Property Value

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

Example

Refer to AntiAliasingCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly