gsRasterizer.GetPage(300, 300, pageNumber) returns Image with both Horizontal and Vertical Resolution set to 96
Comments: ** Comment from web user: josip **
Comments: ** Comment from web user: josip **
That's true, but if you change 300, 300 to 600, 600 you will notice that the output image size (width and height) are increased. This leaves you to scale down your image to the desired size with some other image processing library (or code)....