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