Interface PdfSigner.ISignatureEvent
- Enclosing class:
PdfSigner
public static interface PdfSigner.ISignatureEvent
An interface to retrieve the signature dictionary for modification.
-
Method Summary
Modifier and TypeMethodDescriptionvoidAllows modification of the signature dictionary.
-
Method Details
-
getSignatureDictionary
Allows modification of the signature dictionary.- Parameters:
sig- The signature dictionary
-