2013-01-16 180 views

回答

4
//create new graphics state and assign opacity  
PdfGState graphicsState = new PdfGState(); 
graphicsState.FillOpacity = 0.2F; // (or whatever) 
//set graphics state to pdfcontentbyte  
pdfData.SetGState(graphicsState);