Interface IPrintable
Interface which must be implemented in all printiable objects
Namespace: Simplic.Printing
Assembly: Simplic.Printing.dll
Syntax
public interface IPrintable
Methods
| Improve this Doc View SourcePrint(PrinterDevice)
Print some thing on the passed device
Declaration
void Print(PrinterDevice device)
Parameters
Type | Name | Description |
---|---|---|
PrinterDevice | device | Instance of a printer device |