Visual Basic Reference

'Item' property cannot be set within a page (Error 396)

See Also

Certain properties of the Printer object can't be changed within a page. This error has the following cause and solution:

  • You tried to change the Height, Width, or PaperSize properties of the Printer object before advancing the print job to the next page.

    Use the NewPage method before changing the Height, Width, or PaperSize properties.