iTextSharp.text.pdf.parser.PdfContentStreamProcessor.PopulateXObjectDoHandlers C# (CSharp) 메소드

PopulateXObjectDoHandlers() 개인적인 메소드

private PopulateXObjectDoHandlers ( ) : void
리턴 void
        private void PopulateXObjectDoHandlers()
        {
            RegisterXObjectDoHandler(PdfName.DEFAULT, new IgnoreXObjectDoHandler());
            RegisterXObjectDoHandler(PdfName.FORM, new FormXObjectDoHandler());
            RegisterXObjectDoHandler(PdfName.IMAGE, new ImageXObjectDoHandler());
        }