![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
Leadtools.Services.ImageProcessing.DataContracts Namespace > EdgeDetectorRequest Class : Filter Property |
[DataMemberAttribute(Name="Filter", IsRequired=true)] public EdgeDetectorCommandType Filter {get; set;}
'Declaration <DataMemberAttribute(Name="Filter", IsRequired=True)> Public Property Filter As EdgeDetectorCommandType
'Usage Dim instance As EdgeDetectorRequest Dim value As EdgeDetectorCommandType instance.Filter = value value = instance.Filter
[DataMemberAttribute(Name="Filter", IsRequired=true)] public: property EdgeDetectorCommandType Filter { EdgeDetectorCommandType get(); void set ( EdgeDetectorCommandType value); }