-
- Enclosing class:
- PdfSignatureAppearance
public static interface PdfSignatureAppearance.SignatureEventAn interface to retrieve the signature dictionary for modification.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidgetSignatureDictionary(PdfDictionary sig)Allows modification of the signature dictionary.
-
-
-
Method Detail
-
getSignatureDictionary
void getSignatureDictionary(PdfDictionary sig)
Allows modification of the signature dictionary.- Parameters:
sig- the signature dictionary
-
-