Welcome to LEAD Support Forum Login | Register | Faq  

    LEAD Support Forum
  Resource to find answers and post technical questions about LEAD products.
Search    
   

Re: Printing Problem with RasterImagePrinter
Started by SRI at 02-26-2008 7:08. Topic has 2 replies.

Print Search « Previous Thread Next Thread »
  02-26-2008, 7:08
SRI is not online. Last active: 5/30/2008 9:26:46 AM SRI

Top 500 Posts
Joined on 01-22-2008
Posts 8
Printing Problem with RasterImagePrinter
Reply Quote
i am printing pdf file by
RasterImagePrinter
the size of firstpage is compressing .From 2nd page onwards all pages are printing in same format.but the first page is compressing
I am using the Following code for printing

Dim image As IRasterImage = _viewer.Image
Dim printer As New RasterImagePrinter
Dim mar As New Printing.Margins(0, 0, 0, 0)

e.PageSettings.Margins = mar
printer.SizeMode = RasterViewerSizeMode.Fit
printer.Print(image, PrintPage, e)

If PrintPage <> _viewer.Image.PageCount Then e.HasMorePages = True
PrintPage += 1

Please help me as soon as possible
Thanks
   Report 
  02-26-2008, 9:14
SRI is not online. Last active: 5/30/2008 9:26:46 AM SRI

Top 500 Posts
Joined on 01-22-2008
Posts 8
Re: Printing Problem with RasterImagePrinter

Attachment: rasterimage.tif
Reply Quote
i am attaching the image please check
   Report 
  02-26-2008, 12:31
GregR is not online. Last active: 1/2/2009 9:03:27 AM GregR



Top 10 Posts
Joined on 05-31-2006
In House
Posts 1,811
Re: Printing Problem with RasterImagePrinter
Reply Quote
Please send the source PDF you are printing as well as a small sample project (NOT your entire application) that isolates this problem so I can try to reproduce it here.

NOTE: If you are attaching a project or file to the forums...
1.) Zip the file(s) up.
2.) Make sure it is less than 5 MB.  If it is larger, please send an email to support@leadtools.com and we'll send you FTP instructions.
3.) Remove ANY AND ALL unlock codes and LEADTOOLS DLLs.
4.) Do not click the preview button, the attachment will not show up when you post it.
 
If you do not wish to post your file(s) on the forum since they are publically viewable, please send an email to support@leadtools.com and make sure that you include a link to this forum post.


Greg Ross
LEADTOOLS Technical Support
   Report 
Post
LEAD Support Fo... » Developer » Printing » Re: Printing Problem with RasterImagePrinter

Powered by Community Server, by Telligent Systems