iTextSharp.text.pdf.parser.PdfContentStreamProcessor.SetGrayStroke.Invoke C# (CSharp) Метод

Invoke() публичный Метод

public Invoke ( PdfContentStreamProcessor processor, PdfLiteral oper, List operands ) : void
processor PdfContentStreamProcessor
oper PdfLiteral
operands List
Результат void
            public void Invoke(PdfContentStreamProcessor processor, PdfLiteral oper, List<PdfObject> operands) {
                processor.Gs().strokeColor = GetColor(1, operands);
            }
        }
PdfContentStreamProcessor.SetGrayStroke