Click or drag to resize

RubberStampData Constructor (SerializationInfo, StreamingContext)

Creates a new instance of RubberStampData from serialized 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 RubberStampData(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The SerializationInfo object containing information about this annotation.
context
Type: System.Runtime.SerializationStreamingContext
A StreamingContext for this data.
See Also