The Filter Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets a value that represents the predefined spatial filter to use.Visual Basic (Declaration) | |
---|---|
Public Property Filter As SpatialFilterCommandPredefined |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As PredefinedSpatialActivity Dim value As SpatialFilterCommandPredefined instance.Filter = value value = instance.Filter |
C# | |
---|---|
public SpatialFilterCommandPredefined Filter {get; set;} |
C++/CLI | |
---|---|
public: property SpatialFilterCommandPredefined Filter { SpatialFilterCommandPredefined get(); void set ( SpatialFilterCommandPredefined value); } |
Property Value
The predefined spatial filter to use.Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7