In VB6 I would do the following after initialising a printer object to set the properties.
Is there an equivalent way to do it for .NET when you are using the printdocumentj object?VB Code:
prnPrinter.PaperSize = vbPRPSA4 prnPrinter.Orientation = vbPRORPortrait prnPrinter.ScaleWidth = 210 'millimetres prnPrinter.ScaleHeight = 290 'millimetres




Reply With Quote