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());
        }