public interface IValueUpdateRule
Modifier and Type | Method and Description |
---|---|
void |
update(com.itextpdf.kernel.pdf.PdfDictionary pdfDictionary)
Change the PdfDictionary before hash calculating / equality check to allow more flexible comparison logic.
|
void update(com.itextpdf.kernel.pdf.PdfDictionary pdfDictionary)
PdfDictionary
before hash calculating / equality check to allow more flexible comparison logic. Note that it is not expected to change the internal state of any object included into the original dictionary as a value. New object should be put instead.
pdfDictionary
- is a PdfDictionary to modify
Copyright © 1998–2022 iText Group NV. All rights reserved.