Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
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.