iTextSharp.text.pdf.parser.PdfContentStreamProcessor.PopulateXObjectDoHandlers C# (CSharp) Méthode

PopulateXObjectDoHandlers() private méthode

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