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

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

public Invoke ( PdfContentStreamProcessor processor, PdfLiteral oper, List operands ) : void
processor PdfContentStreamProcessor
oper iTextSharp.text.pdf.PdfLiteral
operands List
Результат void
            public void Invoke(PdfContentStreamProcessor processor,
                PdfLiteral oper, List<PdfObject> operands)
            {
                PdfObject properties = operands[1];

                processor.BeginMarkedContent((PdfName)operands[0], GetPropertiesDictionary(properties, processor.resources));
            }
PdfContentStreamProcessor.BeginMarkedContentDictionary