C#
VB
C++
Flag that indicates which edge detection filter to apply.
[DataMemberAttribute(Name="Filter", IsRequired=true)]
public EdgeDetectorCommandType Filter { get; set; }
<DataMemberAttribute(Name="Filter", IsRequired=True)>
Public Property Filter As Leadtools.Services.Imageprocessing.Datacontracts.EdgeDetectorCommandType
[DataMemberAttribute(Name="Filter", IsRequired=true)]
public:
property Leadtools.Services.Imageprocessing.Datacontracts.EdgeDetectorCommandType Filter {
Leadtools.Services.Imageprocessing.Datacontracts.EdgeDetectorCommandType get();
void set ( Leadtools.Services.Imageprocessing.Datacontracts.EdgeDetectorCommandType );
}
Flag that indicates which edge detection filter to apply.
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