PDFix SDK  6.5.0
PsEvent Struct Referenceabstract

PsEvent Class. More...

Public Member Functions

virtual PdfEventType GetType ()=0
 Get the event type. More...
 
virtual PdfDocGetDoc ()=0
 Get the document associated with the event. More...
 
virtual PdfPageGetPage ()=0
 Get the page associated with the event. More...
 
virtual PdfAnnotGetAnnot ()=0
 Get the annotation associated with the event. More...
 

Detailed Description

PsEvent Class.

A class to handle registers a user-supplied procedures to call when the specified event occurs.

Member Function Documentation

◆ GetAnnot()

virtual PdfAnnot* PsEvent::GetAnnot ( )
pure virtual

Get the annotation associated with the event.

Returns
The PdfAnnot object or null if no annotation is accociated with the event

◆ GetDoc()

virtual PdfDoc* PsEvent::GetDoc ( )
pure virtual

Get the document associated with the event.

Returns
The PdfDoc object or null if no document is accociated with the event

◆ GetPage()

virtual PdfPage* PsEvent::GetPage ( )
pure virtual

Get the page associated with the event.

Returns
The PdfPage object or null if no page is accociated with the event

◆ GetType()

virtual PdfEventType PsEvent::GetType ( )
pure virtual

Get the event type.

See also
Pdfix::CreatePdfix
Returns
The event type Event type.