This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Wednesday, June 19, 2013 10:08:06 AM(UTC)
Groups: Registered
Posts: 1
I wanted to know if there is a way that i could add a name or some sort of text below the QR barcode that i write to an image. I assign a guid to each qr barcode i write and want to also display it right below the qr barcode image itself.
#2
Posted
:
Thursday, June 20, 2013 1:20:52 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Aminah,
If you are using the .NET programming interface, you can write text on an image using the .NET Graphics.DrawString() method. This method writes a specified text string at specified location with specified Brush and Font objects.
For more information about this method, refer to MSDN help topics, or by checking the following MSDN online help topic:
http://msdn.microsoft.com/en-us/library/system.drawing.graphics.drawstring.aspx
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.