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