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 : Wednesday, June 9, 2010 7:36:52 PM(UTC)

kishor  
kishor

Groups: Registered
Posts: 7


How to insert page number as Footer in each single page tiff images while concatenating it to a single multiple page tiff file??? My version of Leadtools is 16.5!!!
 

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 : Thursday, June 10, 2010 4:53:54 AM(UTC)

Adnan Ismail  
Guest

Groups: Guests
Posts: 3,022

Was thanked: 2 time(s) in 2 post(s)

You are already discussing this issue in ticket #2010060910000355 you sent to support@leadtools.com. Please choose either to continue on that ticket or on the forum but not both at the same time.
 
#3 Posted : Thursday, June 10, 2010 7:37:19 AM(UTC)

kishor  
kishor

Groups: Registered
Posts: 7


Discussing the topic on the forum would be more better because other people might get knowledge via this forum as I used to get!!!
 
#4 Posted : Sunday, June 13, 2010 8:08:59 AM(UTC)

Adnan Ismail  
Guest

Groups: Guests
Posts: 3,022

Was thanked: 2 time(s) in 2 post(s)

I'm attaching a sample project that shows 2 different ways of adding text on RasterImage object.
File Attachment(s):
AddingTextToImage.zip (151kb) downloaded 107 time(s).
 
#5 Posted : Sunday, June 13, 2010 7:14:30 PM(UTC)

kishor  
kishor

Groups: Registered
Posts: 7


Thanks Adnan!!! This code was a great help for me!!!
 
#6 Posted : Tuesday, August 2, 2011 10:24:29 AM(UTC)

BThomas  
BThomas

Groups: Registered
Posts: 3


Can we get an updated example? I'm not finding the Gdi methods in v17 (or am I missing something)?
 
#7 Posted : Tuesday, August 2, 2011 1:06:09 PM(UTC)

Ryan  
Guest

Groups: Guests
Posts: 3,022

Was thanked: 2 time(s) in 2 post(s)

Brad,

In v17 RasterImageGdiPlusGraphicsContainer's constructor has an overload to replace CreateGdiPlusGraphics.
So                     RasterImageGdiPlusGraphicsContainer container = img.CreateGdiPlusGraphics();
Becomes            RasterImageGdiPlusGraphicsContainer container = new RasterImageGdiPlusGraphicsContainer(img);


RasterImageGdiPlusGraphicsContainer is also now apart of the Leadtools.Drawing namespace.

http://leadtools.com/help/leadtools/v175/dh/LD/Leadtools.Drawing~Leadtools.Drawing.RasterImageGdiPlusGraphicsContainer.html
 
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.090 seconds.