void freeSupportedFillMethods(
OcrZoneFillMethod[]
)
'Declaration
Sub freeSupportedFillMethods( _
ByVal () As OcrZoneFillMethod _
)
'Usage
Dim instance As IOcrZoneManager
Dim supportedFillMethods() As OcrZoneFillMethod
instance.freeSupportedFillMethods(supportedFillMethods)
- (void)freeSupportedFillMethods:(LTOcrZoneFillMethod*)supportedFillMethods;
function Leadtools.Forms.Ocr.IOcrZoneManager.freeSupportedFillMethods(
supportedFillMethods
)
void freeSupportedFillMethods(
array<OcrZoneFillMethod>^
)