Class TestPage
Class which represents a printable testpage
Inheritance
System.Object
TestPage
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Printing
Assembly: Simplic.Printing.dll
Syntax
public class TestPage : IPrintable
Methods
| Improve this Doc View SourcePrint(PrinterDevice)
Print a testpage
Declaration
public void Print(PrinterDevice device)
Parameters
Type | Name | Description |
---|---|---|
Printer |
device | Device to print on |