#using <System.dll> #using <System.Windows.Forms.dll> #using <System.Drawing.dll> using namespace System; using namespace System::IO; using namespace System::Drawing; using namespace System::Drawing::Printing; using namespace System::Windows::Forms; public ref class PrintingExample: public System::Windows::Forms::Form { private: System::ComponentModel::Container^ components; System::Windows::Forms
