I am writing some code to print samples for a lab I work at either portrait or landscape.
I have this:
e.PageSettings.Landscape = True
printPage(e, graphFileName, "graph", 63, 66, 107, 53, 12, 400, 300, 8)
but it still prints portrait. Not for sure what to do here.
adam
I have this:
e.PageSettings.Landscape = True
printPage(e, graphFileName, "graph", 63, 66, 107, 53, 12, 400, 300, 8)
but it still prints portrait. Not for sure what to do here.
adam