'Declaration Public Function AddStamp( _
ByVal textThe text of stamp annotation.As System.String, _
ByVal colorThe annotation color.As System.Drawing.Color _
) As Vintasoft.Imaging.Annotation.StampAnnotationData
public Vintasoft.Imaging.Annotation.StampAnnotationData AddStamp(
System.String text,
System.Drawing.Color color
)
public: Vintasoft.Imaging.Annotation.StampAnnotationData* AddStamp(
System.String text,
System.Drawing.Color* color
)
public:
Vintasoft.Imaging.Annotation.StampAnnotationData^ AddStamp(
System.String text,
System.Drawing.Color^ color
)
Parameters
- text
- The text of stamp annotation.
- color
- The annotation color.
Return Value
The stamp annotation that fills the the annotation viewer.