Description
Syntax
Visual Basic |
---|
Public Sub SetFromOCR( _
ByVal As OCRZone, _
ByVal As Boolean, _
ByVal As Boolean _
)
|
Parameters
- OCRZone
- The OCR zone for extracting the value.
- TreatLookupAsID
- If this parameter is True, values should be treated as item IDs instead of display names. Valid only if the property represents a lookup value.
- AddVLItemIfNotFound
- If this parameter is True, a new value list item should be added if it is not found. Valid only if the property represents a lookup value.
See Also