public interface ICopyFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldProcess(PdfObject newParent, PdfName name, PdfObject value)
Verifies whether a PdfObject should be copied in the copying flow.
|
boolean shouldProcess(PdfObject newParent, PdfName name, PdfObject value)
newParent - the parent in the target of the PdfObject to be checked
name - the name of the PdfObject if the parent is a PdfDictionary
value - the PdfObject toi be checked
Copyright © 1998–2022 iText Group NV. All rights reserved.