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