The Filter Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets a value that represents the predefined binary filter to use.| Visual Basic (Declaration) | |
|---|---|
Public Property Filter As BinaryFilterCommandPredefined | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As PredefinedBinaryActivity Dim value As BinaryFilterCommandPredefined instance.Filter = value value = instance.Filter | |
| C# | |
|---|---|
public BinaryFilterCommandPredefined Filter {get; set;} | |
| C++/CLI | |
|---|---|
public: property BinaryFilterCommandPredefined Filter { BinaryFilterCommandPredefined get(); void set ( BinaryFilterCommandPredefined value); } | |
Property Value
The predefined binary 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
Copy Code