Click here to Skip to main content
16,012,223 members

Comments by Member 14522773 (Top 3 by date)

Member 14522773 23-Feb-20 19:21pm View    
Please this is the actual code am referring to, the image size is too big and I want to crop it, please can you help me with any code to solve this issue.thanks in advance.


DGVPrinter.ImbeddedImage img1 = new DGVPrinter.ImbeddedImage();
DGVPrinter printer = new DGVPrinter();
Bitmap bitmap1 = new Bitmap(@"C:\Users\fk\documents\visual studio 2013\Projects\Grace_Inventory_Login\Grace_Inventory_Login\Resources\key4.png");
// This code is to crop the image size
System.Drawing.Bitmap(bitmap, 60, 50 img1.Width, img1.Height);
img1.theImage = bitmap1; img1.ImageX = 0; img1.ImageY = 10;
img1.ImageAlignment= DGVPrinter.Alignment.NotSet;
img1.ImageLocation = DGVPrinter.Location.Header;
printer.ImbeddedImageList.Add(img1);
Member 14522773 22-Feb-20 16:28pm View    
Deleted
int Height;
int Width;
DGVPrinter.ImbeddedImage img1 = new DGVPrinter.ImbeddedImage();
DGVPrinter printer = new DGVPrinter();
Bitmap bitmap1 = new Bitmap(@"C:\Users\fkm\documents\visual studio 2013\Projects\Grace_Inventory_Login\Grace_Inventory_Login\Resources\key4.png");

bitmap1 =(bitmap1, 10, 10, bitmap1.Height, bitmap1.Width);
img1.theImage = bitmap1; img1.ImageX = 0; img1.ImageY = 10;
img1.ImageAlignment= DGVPrinter.Alignment.NotSet;
img1.ImageLocation = DGVPrinter.Location.Header;
printer.ImbeddedImageList.Add(img1);
Member 14522773 22-Feb-20 16:28pm View    
Deleted
int Height;
int Width;
DGVPrinter.ImbeddedImage img1 = new DGVPrinter.ImbeddedImage();
DGVPrinter printer = new DGVPrinter();
Bitmap bitmap1 = new Bitmap(@"C:\Users\fkm\documents\visual studio 2013\Projects\Grace_Inventory_Login\Grace_Inventory_Login\Resources\key4.png");

bitmap1 =(bitmap1, 10, 10, bitmap1.Height, bitmap1.Width);
img1.theImage = bitmap1; img1.ImageX = 0; img1.ImageY = 10;
img1.ImageAlignment= DGVPrinter.Alignment.NotSet;
img1.ImageLocation = DGVPrinter.Location.Header;
printer.ImbeddedImageList.Add(img1);