public final class NullCopyFilter extends Object implements ICopyFilter
ICopyFilter instance, used as default.| Modifier and Type | Method and Description |
|---|---|
static NullCopyFilter |
getInstance()
Getter for an instance of
NullCopyFilter. |
boolean |
shouldProcess(PdfObject newParent,
PdfName name,
PdfObject value)
Verifies whether a PdfObject should be copied in the copying flow.
|
public static NullCopyFilter getInstance()
NullCopyFilter.public boolean shouldProcess(PdfObject newParent, PdfName name, PdfObject value)
ICopyFiltershouldProcess in interface ICopyFilternewParent - the parent in the target of the PdfObject to be checkedname - the name of the PdfObject if the parent is a PdfDictionaryvalue - the PdfObject toi be checkedCopyright © 1998–2025 Apryse Group NV. All rights reserved.