- fillMethod
- The fill method to check.
| Visual Basic (Declaration) | |
|---|---|
Overridable Function IsFillMethodSupported( _ ByVal fillMethod As OcrZoneFillMethod _ ) As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
virtual bool IsFillMethodSupported( OcrZoneFillMethod fillMethod ) | |
| C++/CLI | |
|---|---|
virtual bool IsFillMethodSupported( OcrZoneFillMethod fillMethod ) | |
Parameters
- fillMethod
- The fill method to check.
Return Value
True if fillMethod is supported by this IOcrEngine; otherwise it is false.For an example, refer to IOcrZoneManager.
To get all the fill methods supported by the engine, use GetSupportedFillMethods.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code