'Declaration Protected Sub SerializeReferencedImageAnnotationData( _
ByVal annotationDataAnnotation data.As Vintasoft.Imaging.Annotation.ReferencedImageAnnotationData, _
ByVal sbString builder where data must be serialized.As System.Text.StringBuilder _
)
protected void SerializeReferencedImageAnnotationData(
Vintasoft.Imaging.Annotation.ReferencedImageAnnotationData annotationData,
System.Text.StringBuilder sb
)
protected: void SerializeReferencedImageAnnotationData(
Vintasoft.Imaging.Annotation.ReferencedImageAnnotationData annotationData,
System.Text.StringBuilder* sb
)
protected:
void SerializeReferencedImageAnnotationData(
Vintasoft.Imaging.Annotation.ReferencedImageAnnotationData annotationData,
System.Text.StringBuilder^ sb
)
Parameters
- annotationData
- Annotation data.
- sb
- String builder where data must be serialized.