Called to force the Font to complete its deserialization process.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 87.1.0.0
Syntax
Parameters
- sender
- Type: System Object
The sender.
Implements
IDeserializationCallback OnDeserialization(Object)Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown if sender is null. |
Remarks
This sets the Font property of the contained CogOCRMaxChars which lets the CogOCRMaxChars know they are a member of a Font. CogOCRMaxChars do not serialize their Font property. Otherwise the entire Font would be serialized every time user tried to serialize a single CogOCRMaxChar.
See Also