iText 9.0.0 API
|
A filter class to be used while copying pdf components. More...
Public Member Functions |
|
bool | ShouldProcess (PdfObject newParent, PdfName name, PdfObject value) |
Verifies whether a PdfObject should be copied in the copying flow. More... |
|
A filter class to be used while copying pdf components.
bool iText.Kernel.Utils.ICopyFilter.ShouldProcess | ( | PdfObject | newParent, |
PdfName | name, | ||
PdfObject | value | ||
) |
Verifies whether a PdfObject should be copied in the copying flow.
Verifies whether a PdfObject should be copied in the copying flow. The filter class has to take care of alternative ways to process the PdfObject if needed. When more than one filter should be used, it is upon the user to chain them together.
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 |
Implemented in iText.Kernel.Pdf.DestinationResolverCopyFilter, and iText.Kernel.Utils.NullCopyFilter.