can I change color of image?
PlacedItem pItem = newDoc.PlacedItems.Add();
pItem.File = EPSFileName;
if (iWidth > 0)
{
pItem.Width = iWidth;
pItem.Height = iHeight;
}


