Re: [iText-questions] Placing Image in specific PdfSpotColor

2008-06-17 Thread Leonard Rosenthol
On Jun 17, 2008, at 5:57 AM, Yvan Rodrigues wrote: > By app is adding a 1-bit TIFF image by constructing an Image object > and > adding it using PdfTemplate.AddImage. > OK. > I'd like the image to appear in a PdfSpotColor, but I'm not sure how > to do > so. I tried setting PdfTemplate

[iText-questions] Placing Image in specific PdfSpotColor

2008-06-17 Thread Yvan Rodrigues
By app is adding a 1-bit TIFF image by constructing an Image object and adding it using PdfTemplate.AddImage. I'd like the image to appear in a PdfSpotColor, but I'm not sure how to do so. I tried setting PdfTemplate.SetColorFill but that doesn't work. Looking at section 4.8 of the PDF Reference