C#
VB
Java
Objective-C
WinRT C#
C++
Flag that indicates which edge detection filter to apply.
public EdgeDetectorCommandType Filter { get; set; }
Public Property Filter As Leadtools.Imageprocessing.Effects.EdgeDetectorCommandType
public Leadtools.Imageprocessing.Effects.EdgeDetectorCommandType Filter {get; set;}
@property (nonatomic, assign) LTEdgeDetectorCommandType filter
public EdgeDetectorCommandType getFilter()
public void setFilter(EdgeDetectorCommandType value)
<br/>get_Filter();<br/>set_Filter(value);<br/>Object.defineProperty('Filter');
public:
property Leadtools.Imageprocessing.Effects.EdgeDetectorCommandType Filter {
Leadtools.Imageprocessing.Effects.EdgeDetectorCommandType get();
void set ( Leadtools.Imageprocessing.Effects.EdgeDetectorCommandType );
}
Flag that indicates which edge detection filter to apply.
Refer to EdgeDetectorCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET