Leadtools.Windows.Printing Namespace : PrintPageEventArgs Class |
public sealed class PrintPageEventArgs : System.EventArgs
'Declaration Public NotInheritable Class PrintPageEventArgs Inherits System.EventArgs
'Usage Dim instance As PrintPageEventArgs
public ref class PrintPageEventArgs sealed : public System.EventArgs
To use PrintPageEventArgs, you create an instance of the class, populate the properties and pass the object to the PrinterHelper.CreateCanvas method.
For an example, refer to PrinterHelper.CreateCanvas.