System::Drawing::Printing::PrintEventArgs class
Contenuti
[
Nascondere
]PrintEventArgs class
Fornisce dati per gli eventi BeginPrint e EndPrint. Gli oggetti di questa classe devono essere allocati solo usando la funzione System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.
class PrintEventArgs : public System::ComponentModel::CancelEventArgs
Metodi
| Metodo | Descrizione |
|---|---|
| get_PrintAction() | Restituisce un valore che specifica un’azione di stampa rappresentata dall’oggetto corrente. |
| PrintEventArgs() | Crea una nuova istanza dell’oggetto PrintEventArgs. |
Campi
| Campo | Descrizione |
|---|---|
| static Empty | Un membro statico che rappresenta un puntatore condiviso “vuoto” EventArgs (null-pointer). |
Vedi anche
- Class CancelEventArgs
- Namespace System::Drawing::Printing
- Library Aspose.Page for C++