[]
Abstract base class for all classes defining set of events associated with some PDF object: annotation, AcroForm field etc.
public abstract class TriggerEvents
Gets or sets the ActionBase for specified event.
protected ActionBase this[PdfName key] { get; set; }
key
PdfNameThe event type.
Returns the ActionBase associated with specified event.