System::Drawing::Printing::PrintDocument classe
Contenuti
[
Nascondere
]PrintDocument class
Invia l’output a una stampante, quando si stampa da un’applicazione Windows Forms. Gli oggetti di questa classe devono essere allocati solo usando la funzione System::MakeObject(). Non creare mai un’istanza di questo tipo sullo stack o usando l’operatore new, poiché ciò provocherà errori di runtime e/o fault di asserzione. Avvolgi sempre questa classe in un puntatore System::SmartPtr e usa questo puntatore per passarlo alle funzioni come argomento.
class PrintDocument : public System::Object
Metodi
| Metodo | Descrizione |
|---|---|
| get_PrinterSettings() | NON IMPLEMENTATO. |
| Print() | NON IMPLEMENTATO. |
| set_DocumentName(const String&) | NON IMPLEMENTATO. |
| set_PrintController(const SharedPtr<PrintController>&) | NON IMPLEMENTATO. |
| set_PrinterSettings(const SharedPtr<PrinterSettings>&) | NON IMPLEMENTATO. |
Vedi anche
- Class Object
- Namespace System::Drawing::Printing
- Library Aspose.Font for C++