AnnotationDataGetObjectData Method |
Fills the SerializationInfo object with properties values for the base AnnotationData
class.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic virtual void GetObjectData(
SerializationInfo info,
StreamingContext context
)
Public Overridable Sub GetObjectData (
info As SerializationInfo,
context As StreamingContext
)
Parameters
- info
- Type: System.Runtime.SerializationSerializationInfo
The SerializationInfo object where data will be stored. - context
- Type: System.Runtime.SerializationStreamingContext
A StreamingContext for this information.
Implements
ISerializableGetObjectData(SerializationInfo, StreamingContext)
Examples AnnotationData Class
See Also