'Declaration Protected Sub SerializeComment( _
ByVal commentAnnotation comment.As Vintasoft.Imaging.Annotation.Comments.AnnotationComment, _
ByVal sbString builder where data must be serialized.As System.Text.StringBuilder _
)
protected void SerializeComment(
Vintasoft.Imaging.Annotation.Comments.AnnotationComment comment,
System.Text.StringBuilder sb
)
protected: void SerializeComment(
Vintasoft.Imaging.Annotation.Comments.AnnotationComment comment,
System.Text.StringBuilder* sb
)
protected:
void SerializeComment(
Vintasoft.Imaging.Annotation.Comments.AnnotationComment comment,
System.Text.StringBuilder^ sb
)
Parameters
- comment
- Annotation comment.
- sb
- String builder where data must be serialized.