BeginMarkedContent() private method

private BeginMarkedContent ( PdfName tag, PdfDictionary dict ) : void
tag PdfName
dict PdfDictionary
return void
コード例 #1
0
            public void Invoke(PdfContentStreamProcessor processor,
                               PdfLiteral oper, List <PdfObject> operands)
            {
                PdfObject properties = operands[1];

                processor.BeginMarkedContent((PdfName)operands[0], GetPropertiesDictionary(properties, processor.resources));
            }
コード例 #2
0
 public void Invoke(PdfContentStreamProcessor processor,
         PdfLiteral oper, List<PdfObject> operands)
         {
     
     PdfObject properties = operands[1];
     
     processor.BeginMarkedContent((PdfName)operands[0], GetPropertiesDictionary(properties, processor.resources));
 }
コード例 #3
0
 public void Invoke(PdfContentStreamProcessor processor,
                    PdfLiteral oper, List <PdfObject> operands)
 {
     processor.BeginMarkedContent((PdfName)operands[0], new PdfDictionary());
 }
コード例 #4
0
 public void Invoke(PdfContentStreamProcessor processor,
         PdfLiteral oper, List<PdfObject> operands)
         {
     processor.BeginMarkedContent((PdfName)operands[0], new PdfDictionary());
 }