RubberStampData Constructor (SerializationInfo, StreamingContext) |
Creates a new instance of RubberStampData from serialized data.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic RubberStampData(
SerializationInfo info,
StreamingContext context
)
Public Sub New (
info As SerializationInfo,
context As StreamingContext
)
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