Class for printing and preview. User control.
For a list of all members of this type, see AwPrintPreview Members.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.UserControl
Asterworld.PrintPreview.AwPrintPreview
[Visual Basic]
Public Class AwPrintPreview
Inherits UserControl
[C#]
public class AwPrintPreview : UserControl
Remarks
This class has the following characteristics.
- It implements functions of page change, scroll, preview scale change, print property setting and so on.
- Can draw strings or graphics in the arbitrary point of the page freely.
- Executes drawing by using the method of Graphics class of the .NET Framework.
- Can also execute drawing only to preview or printer.
By using this class, the source code for implementing the print preview function will become very easy.
The source code of this class is offered together with the following software.
Requirements
Namespace:
Asterworld.PrintPreview
Assembly: Asterworld_En (in Asterworld_En.dll)
See Also
AwPrintPreview Members | Asterworld.PrintPreview Namespace | .NET Print Preview Control | ADO.NET Basic Database | .NET Graph Control