Browse by Tags
All Tags » Printing » Runtime (RSS)
Sorry, but there are no more tags available to filter with.
-
|
You can use the WindowState property of the PrintPreviewDialog class to bring the PrintPreview maximized. To handle zooming, the PrintPreviewDialog has a property, PrintPreviewControl. PrintPreviewControl owns a Zoom property that allows you to set the...
|
-
|
Unfortunately, there is not a very easy way to print a form. You may implement this function with the steps below: 1.Add a print function to your application. To do this, you should add a PrintDocument component to your application. Please drag a PrintDocument...
|