LEADTOOLS Support
Imaging
Imaging SDK Questions
How to combine two images before sending them to print
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Sunday, December 17, 2006 11:38:17 PM(UTC)
Groups: Registered
Posts: 9
Hi there
I am using Lead Raster View Control in my project.
I want to send the image to printer directly from Lead Raster View Control.
For that I am making use of Lead Raster View Control's
LeadRasterView1.printstart() method.
But before I send it to the printer I want to insert a text into the image .
Though I am using
Rasterprocess.Message = "My Message"
Rasterprocess.Addmessage(praster)
But it is not inserting the text message into the Raster Image.
So please help me.
With Regards
Hemant BK
#2
Posted
:
Tuesday, December 19, 2006 7:42:41 AM(UTC)
Groups: Manager, Tech Support
Posts: 367
Was thanked: 1 time(s) in 1 post(s)
Hemant,
The LEADRasterProcess.AddMessage method adds a "secret" message to the image. The help file states that "message added will be embedded into the image without any visible changes".
If you want to draw text on the bitmap itself and make it visible, you can use the LEADRasterFXD.DrawText method.
For more information, see the Main COM help topic "DrawText example for Visual Basic"
Note: For drawn text to become part of the bitmap, make sure to set the DrawPersistence property to True before drawing.
Amin Dodin
Senior Support Engineer
LEAD Technologies, Inc.
LEADTOOLS Support
Imaging
Imaging SDK Questions
How to combine two images before sending them to print
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.