[]
        
(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
object
TriggerEvents
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

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.