iText 8.0.2 API
iText.Commons.Actions.Confirmations Namespace Reference

Classes

class   ConfirmedEventWrapper
  A wrapper for a iText.Commons.Actions.AbstractProductProcessITextEvent storing additional data about the event. More...
 
class   ConfirmEvent
  Used to confirm that process associated with some iText.Commons.Actions.AbstractProductProcessITextEvent ended successfully. More...
 

Enumerations

enum   EventConfirmationType { EventConfirmationType.ON_DEMAND, EventConfirmationType.ON_CLOSE, EventConfirmationType.UNCONFIRMABLE }
  Defines the strategy of AbstractProductProcessITextEvent confirming. More...
 

Enumeration Type Documentation

◆ EventConfirmationType

Defines the strategy of AbstractProductProcessITextEvent confirming.

Enumerator
ON_DEMAND 

The successful execution of the process associated with the event should be confirmed by the second invocation of the EventManager.OnEvent(IEvent) method.

ON_CLOSE 

The successful execution of the process associated with the event will be confirmed during the end of processing.

UNCONFIRMABLE 

The process associated with the event shouldn't be confirmed.