'Declaration Protected Sub DeserializeFreeTextAnnotation( _
ByVal annotationDataAnnotation data.As Vintasoft.Imaging.Annotation.FreeTextAnnotationData, _
ByVal annotationInfoDictionary that contains information about names and values of annotation properties.As System.Collections.Generic.Dictionary(Of String,Object) _
)
protected void DeserializeFreeTextAnnotation(
Vintasoft.Imaging.Annotation.FreeTextAnnotationData annotationData,
System.Collections.Generic.Dictionary<string,object> annotationInfo
)
protected: void DeserializeFreeTextAnnotation(
Vintasoft.Imaging.Annotation.FreeTextAnnotationData annotationData,
System.Collections.Generic.Dictionary<string,object*>* annotationInfo
)
protected:
void DeserializeFreeTextAnnotation(
Vintasoft.Imaging.Annotation.FreeTextAnnotationData annotationData,
System.Collections.Generic.Dictionary<string,object^>^ annotationInfo
)
Parameters
- annotationData
- Annotation data.
- annotationInfo
- Dictionary that contains information about names and values of annotation properties.