Page Settings

You can’t easily force things like margins and orientation, all you can do is use

dlgPrint->PrinterSettings->DefaultPageSettings->Landscape = true;

(more…)

Printing General

Create Your Print Document


	System::Drawing::Printing::PrintDocument ^printDoc;

(more…)