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