Does anyone know how can I save the image contained in the inkPic object keeping the PictureSizeMode(Strech) attribute setted with the SaveInkPicture method?
Yeah, I'm not getting it. It's just saving the image in the original format, ignoring the PictureSizeMode(Strech) attibute.
I'm using it this way: dw_1.SaveInkPicture("inkpic_1", row, "c:\img_" + string(row) + ".png", 4, true)
Thanks.