[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TriggerEvents

Class TriggerEvents

Namespace
GrapeCity.Documents.Pdf
Assembly
GcDocs.Pdf.dll

Abstract base class for all classes defining set of events associated with some PDF object: annotation, AcroForm field etc.

public abstract class TriggerEvents
Inheritance
TriggerEvents
Derived
Inherited Members

Properties

this[PdfName]

Gets or sets the ActionBase for specified event.

protected ActionBase this[PdfName key] { get; set; }

Parameters

key PdfName

The event type.

Property Value

ActionBase

Returns the ActionBase associated with specified event.