Enum PrinterIcon
It specifies the printer icon size.
Namespace: Neodynamic.Blazor
Assembly: cs.temp.dll.dll
Syntax
public enum PrinterIcon
Fields
| Name | Description |
|---|---|
| ExtraLarge | The printer icon will be 48x48 pixels. |
| Jumbo | The printer icon will be 256x256 pixels. |
| Large | The printer icon will be 32x32 pixels. |
| None | No printer icon will be returned. |
| Small | The printer icon will be 16x16 pixels. |