Click or drag to resize

AnnotationImage.GetObjectData Method

Fills a SerializationInfo object with image data.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.Serialization.SerializationInfo
The SerializationInfo object where data will the stored.
context
Type: System.Runtime.Serialization.StreamingContext
A StreamingContext for this image.

Implements

ISerializable.GetObjectData(SerializationInfo, StreamingContext)
See Also