Click or drag to resize

AnnotationDataCollectionOnDeserialization Method

Called after an object has been fully deserialized by a serialization formatter.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public void OnDeserialization(
	Object sender
)

Parameters

sender
Type: SystemObject
This parameter is not used and will be null (Nothing in VB).

Implements

IDeserializationCallbackOnDeserialization(Object)
See Also