Overload List
| Name | Description | |
|---|---|---|
| CogOCRMaxFieldingDefinitionCollection |
Construct a default CogOCRMaxFieldingDefinitionCollection object.
This object will NOT initially be empty, Rather, this collection
default constructs with the following three non-editable field
definitions, all disabled:
'*': Wildcard=true,CharacterSet="" 'N': Wildcard=false,CharacterSet="0123456789" 'A': Wildcard=false, CharacterSet="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" | |
| CogOCRMaxFieldingDefinitionCollection(CogOCRMaxFieldingDefinitionCollection) |
Construct a deep copy of the supplied
CogOCRMaxFieldingDefinitionCollection object.
| |
| CogOCRMaxFieldingDefinitionCollection(SerializationInfo, StreamingContext) |
Serialization constructor for the CogOCRMaxFieldingDefinitionCollection
object.
|
See Also