'Declaration Protected Overridable Function DeserializeAnnotationData( _
ByVal annotationInfoDictionary that contains information about names and values of annotation properties.As System.Collections.Generic.Dictionary(Of String,Object) _
) As Vintasoft.Imaging.Annotation.AnnotationData
protected virtual Vintasoft.Imaging.Annotation.AnnotationData DeserializeAnnotationData(
System.Collections.Generic.Dictionary<string,object> annotationInfo
)
protected: virtual Vintasoft.Imaging.Annotation.AnnotationData DeserializeAnnotationData(
System.Collections.Generic.Dictionary<string,object*>* annotationInfo
)
protected:
virtual Vintasoft.Imaging.Annotation.AnnotationData DeserializeAnnotationData(
System.Collections.Generic.Dictionary<string,object^>^ annotationInfo
)
Parameters
- annotationInfo
- Dictionary that contains information about names and values of annotation properties.
Return Value
The annotation data.