Printing Problem with RasterImagePrinter
Started by SRI at 02-26-2008 7:08. Topic has 2 replies.
|
|
02-26-2008, 7:08
|
SRI
Joined on 01-22-2008
Posts 8
|
Printing Problem with RasterImagePrinter
|
 
 
|
|
|
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
Joined on 01-22-2008
Posts 8
|
|
|
i am attaching the image please check
|
|
|
|
|
Report
|
|
|
|
|
LEAD Support Fo... » Developer » Printing » Printing Problem with RasterImagePrinter
|
|
Copyright LEAD Technologies, Inc. 2008
