Hello, Chris!
Thanks, SetResolution() helped.
CB> Create a System.Drawing.Bitmap to contain your image (you dont say what
CB> the source of your image is, but take a look at the constructors &
CB> members for the Bitmap class in MSDN library for inspiration).
CB> Call the SetResolution() method to set your desired resolution and the
CB> Save("myfile.jpg", ImageFormat.Jpeg) method to save to a file, with the
CB> jpeg format.
CB> HTH,
CB> Chris.
CB> "ivang" wrote:
??>> Hi.
??>>
??>> How to create and save JPEG bitmap with 300dpi?
??>>
??>> Thanks