Package com.lowagie.text.pdf
Interface PdfSignatureAppearance.SignatureEvent
- Enclosing class:
PdfSignatureAppearance
public static interface PdfSignatureAppearance.SignatureEvent
An interface to retrieve the signature dictionary for modification.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Allows modification of the signature dictionary.
-
Method Details
-
getSignatureDictionary
Allows modification of the signature dictionary.- Parameters:
sig
- the signature dictionary
-