I need to know how to print a section of an image. I currently use this method
ImageArea = oGdPictureImaging.CreateClonedGdPictureImageArea(m_ImageID, GdViewer1.GetRectLeftOnDocument, GdViewer1.GetRectTopOnDocument, GdViewer1.GetRectWidthOnDocument, GdViewer1.GetRectHeightOnDocument)
the problem with this method is that the image stays the same size as it is on the current image. I want to know if there is anyway I can blow up the image to make it more viewable. I realize that some pixelation could occur depending on the image itself, but most of our images pixelation wouldn't occur.
