Visual Basic (Declaration) | |
---|---|
Overridable Function GetSupportedFillMethods() As OcrZoneFillMethod() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
virtual OcrZoneFillMethod[] GetSupportedFillMethods() |
C++/CLI | |
---|---|
virtual array<OcrZoneFillMethod>^ GetSupportedFillMethods(); |
Return Value
An array of OcrZoneFillMethod members that list the fill method supported by this IOcrEngine.For an example, refer to IOcrZoneManager.
To determine whether a particular fill method is supported by the engine, use IsFillMethodSupported.
The supported fill methods are values that are both supported by this IOcrEngine and are installed on your system. To determine whether there are additional fill methods that are supported by the IOcrEngine but not currently installed on your system, use GetAdditionalFillMethods.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family