oleg.shast
Joined: 24 Apr 2008 Posts: 4
|
Posted: Thu Apr 24, 2008 11:22 pm Post subject: can I change color of image |
|
|
can I change color of image?
PlacedItem pItem = newDoc.PlacedItems.Add();
pItem.File = EPSFileName;
if (iWidth > 0)
{
pItem.Width = iWidth;
pItem.Height = iHeight;
} |
|