01-21-2008, 6:52
|
Narendrass
Joined on 06-25-2007
Posts 9
|
How to scale printdocument Image
|
 
 
|
|
|
|
Hi all,
we are using following code in print_page event :
Dim loAnnPrinter As AnnPrinter = New AnnPrinter
loAnnPrinter.Print(mRasterPrinter.Image, mRasterPrinter.Image.Page, mPrintContainer, e)
we want to shrink the image as well as mPrintContainer which is Leadtools .Annotations.AnnContainer to 70% of the current size. How to do this?
Thanks
Narendra Shetty.
|
|
|
|
|
Report
|
|
|
|