iTextSharp.text.pdf.parser.PdfContentStreamProcessor.ResourceDictionary.Push C# (CSharp) Method

Push() public method

public Push ( PdfDictionary resources ) : void
resources iTextSharp.text.pdf.PdfDictionary
return void
            public void Push(PdfDictionary resources)
            {
                resourcesStack.Add(resources);
            }
PdfContentStreamProcessor.ResourceDictionary