DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_PrintPageEvent | Enums | Classes | Delegates | Types
Event for OnPrintPage, OnBeforePrintPage, OnAfterPrintPage.
// C# public delegate void TGIS_PrintPageEvent( System.Object _sender, TGIS_PrintPageEventArgs _e );
' VisualBasic Public Delegate Sub TGIS_PrintPageEvent( ByVal _sender As System.Object, ByVal _e As TGIS_PrintPageEventArgs )
// Oxygene type TGIS_PrintPageEvent = public procedure ( _sender : System.Object; _e : TGIS_PrintPageEventArgs );
Name | Type | Description |
---|---|---|
_sender | System.Object | printer object on which printing will occur |
_e | TGIS_PrintPageEventArgs | printer page args. If LastPage is set to True if it is the last page |