public void Invoke(PdfContentStreamProcessor processor, PdfLiteral oper, List <iTextSharp.text.pdf.PdfObject> operands) { iTextSharp.text.pdf.PdfObject properties = operands[1]; processor.BeginMarkedContent((PdfName)operands[0], GetPropertiesDictionary(properties, processor.resources)); }
public void Invoke(PdfContentStreamProcessor processor, PdfLiteral oper, List <iTextSharp.text.pdf.PdfObject> operands) { processor.BeginMarkedContent((PdfName)operands[0], new PdfDictionary()); }