Sorry, Parameter is not valid.
Posted
by maruthikumar
on Stack Overflow
See other posts from Stack Overflow
or by maruthikumar
Published on 2010-04-30T06:13:14Z
Indexed on
2010/04/30
6:17 UTC
Read the original article
Hit count: 119
c#2.0
Hello All,
I'm exporting some data to PDF. The data contains one or more bitmaps. Unfortunately I'm getting the following error during the export.
Sorry, Parameter is not valid. Source: at System.Drawing.Bitmap..ctor(Int32 width, Int32 height, PixelFormat format) at System.Drawing.Bitmap..ctor(Image original, Int32 width, Int32 height)
Type: System.ArgumentException
Any help will be highly appreciable.
Regards, Maruthi Kumar
© Stack Overflow or respective owner