In This Topic

PageTransferReady Event (DocuViewareEventsHandler)

In This Topic
Specifies the event handler for pages transfer ready.
Syntax
'Declaration
 
Public Event PageTransferReady As EventHandler(Of PageTransferReadyEventArgs)
public event EventHandler<PageTransferReadyEventArgs> PageTransferReady
Event Data

The event handler receives an argument of type PageTransferReadyEventArgs containing data related to this event. The following PageTransferReadyEventArgs properties provide information specific to this event.

PropertyDescription
Specifies the Docuvieware object that belong to the event.  
Specifies the GdPicture image associated to the page.  
Specifies if the GdPicture image is a print copy.  
Specifies if the GdPicture image is a thumbnail.  
Specifies the number of the page into the document.  
See Also