'Declaration Public Function AddText( _
ByVal textThe text of text annotation.As System.String _
) As Vintasoft.Imaging.Annotation.TextAnnotationData
public Vintasoft.Imaging.Annotation.TextAnnotationData AddText(
System.String text
)
public: Vintasoft.Imaging.Annotation.TextAnnotationData* AddText(
System.String text
)
public:
Vintasoft.Imaging.Annotation.TextAnnotationData^ AddText(
System.String text
)
Parameters
- text
- The text of text annotation.
Return Value
The text annotation that fills the the annotation viewer.