'DeclarationPublic 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.
| Property | Description |
|---|---|
| docuVieware | Specifies the Docuvieware object that belong to the event. |
| imageID | Specifies the GdPicture image associated to the page. |
| isPrint | Specifies if the GdPicture image is a print copy. |
| isThumbnail | Specifies if the GdPicture image is a thumbnail. |
| pageNo | Specifies the number of the page into the document. |
See Also