iTextSharp.text.pdf.parser.PdfContentStreamProcessor.IgnoreXObjectDoHandler.HandleXObject C# (CSharp) Method

HandleXObject() public method

public HandleXObject ( PdfContentStreamProcessor processor, PdfStream xobjectStream, PdfIndirectReference refi ) : void
processor PdfContentStreamProcessor
xobjectStream iTextSharp.text.pdf.PdfStream
refi iTextSharp.text.pdf.PdfIndirectReference
return void
            public void HandleXObject(PdfContentStreamProcessor processor, PdfStream xobjectStream, PdfIndirectReference refi)
            {
                // ignore XObject subtype
            }
PdfContentStreamProcessor.IgnoreXObjectDoHandler