[C#]
// Initializes a new instance of Writer object
angGoGo.CoolWatermark.Writer objWriter = new Writer("1.jpeg");
// Config the properties
objWriter.FontSize = 24;
objWriter.FontStyle = FontStyle.Bold;
// Write the text
Image image = objWriter.WriteText("Hello World");
// Releases the object
objWriter.Dispose( );
No example is available for VB,C++ or J#, but the theory is the same