Class AddFingerPrintEvent
java.lang.Object
com.itextpdf.commons.actions.AbstractITextEvent
com.itextpdf.commons.actions.AbstractITextConfigurationEvent
com.itextpdf.kernel.actions.events.AddFingerPrintEvent
- All Implemented Interfaces:
-
IEvent
This class is responsible for adding a fingerprint.
-
Constructor Summary
ConstructorDescriptionAddFingerPrintEvent
(PdfDocument document) Creates a new instance of the AddFingerPrintEvent. -
Method Summary
Methods inherited from class com.itextpdf.commons.actions.AbstractITextConfigurationEvent
addEvent, addProcessor, getActiveProcessor, getEvents, getProcessors, registerInternalNamespace, removeProcessor
-
Constructor Details
-
AddFingerPrintEvent
Creates a new instance of the AddFingerPrintEvent.- Parameters:
-
document
- document in which the fingerprint will be added
-
-
Method Details
-
doAction
public void doAction()Adds fingerprint to the document.- Specified by:
-
doAction
in classAbstractITextConfigurationEvent
-