T O P I C R E V I E W |
rswyman@docuxplorer.com |
Posted - Dec 19 2016 : 08:09:29 Hi All,
When using the ImageEnVect.ObjCutToClipboard the area that is cut turns grayish and I would like it to be white. What property needs to be set for this.
Thank You |
2 L A T E S T R E P L I E S (Newest First) |
rswyman@docuxplorer.com |
Posted - Dec 19 2016 : 09:39:59 Hi Bill, thanks for the reply,
I executed the code below but the background after the cut operation is still gray. The image is PNG with compression of 16M. For Tiff Black and white documents it works fine.
ImageEnVect.Background := clWhite; ImageEnVect.ObjCutToClipboard;
|
w2m |
Posted - Dec 19 2016 : 08:53:23 Set the Background property to clWhite.
Bill Miller Adirondack Software & Graphics Email: w2m@hughes.net EBook: http://www.imageen.com/ebook/ Custom Commercial ImageEn Development |