System::Drawing::Printing::PrintDocument class
PrintDocument class
يرسل الإخراج إلى طابعة عند الطباعة من تطبيق Windows Forms. يجب تخصيص كائنات هذه الفئة فقط باستخدام الدالة System::MakeObject() . لا تقم بإنشاء مثال من هذا النوع على المكدس أو باستخدام المشغل new، حيث سيؤدي ذلك إلى أخطاء وقت التشغيل و/أو أخطاء التأكيد. احرص دائمًا على تغليف هذه الفئة في مؤشر System::SmartPtr واستخدام هذا المؤشر لتمريره إلى الدوال كمعامل.
class PrintDocument : public System::Object
الطرق
| طريقة | الوصف |
|---|---|
| get_PrinterSettings() | غير مُنفَّذ. |
| Print() | غير مُنفَّذ. |
| set_DocumentName(const String&) | غير مُنفَّذ. |
| set_PrintController(const SharedPtr<PrintController>&) | غير مُنفَّذ. |
| set_PrinterSettings(const SharedPtr<PrinterSettings>&) | غير مُنفَّذ. |
انظر أيضًا
- Class Object
- Namespace System::Drawing::Printing
- Library Aspose.Page for C++