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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final String
private final WeakReference
<PdfDocument> private static final org.slf4j.Logger
-
Constructor Summary
ConstructorsConstructorDescriptionAddFingerPrintEvent
(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
-
Field Details
-
document
-
LOGGER
private static final org.slf4j.Logger LOGGER -
AGPL_MODE
- See Also:
-
-
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
-