Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Sunday, December 17, 2006 11:38:17 PM(UTC)
hemantbkulkarni

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

 

 

 

 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Tuesday, December 19, 2006 7:42:41 AM(UTC)

Amin  
Amin

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.
LEAD Logo
 
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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.043 seconds.