iTextSharp.text.pdf.parser.PdfContentStreamProcessor.SetRGBFill.Invoke C# (CSharp) Method

Invoke() public method

public Invoke ( PdfContentStreamProcessor processor, PdfLiteral oper, List operands ) : void
processor PdfContentStreamProcessor
oper PdfLiteral
operands List
return void
            public void Invoke(PdfContentStreamProcessor processor, PdfLiteral oper, List<PdfObject> operands) {
                processor.Gs().fillColor = GetColor(3, operands);
            }
        }
PdfContentStreamProcessor.SetRGBFill