PrinterDriverParameters Class |
Namespace: Resto.Front.Api.Data.Device.Settings
[SerializableAttribute] public class PrinterDriverParameters
The PrinterDriverParameters type exposes the following members.
| Name | Description | |
|---|---|---|
| PrinterDriverParameters | Main constructor |
| Name | Description | |
|---|---|---|
| CanPrintBarcode | Can print barcode. | |
| CanPrintImage | Can print image. | |
| CanPrintLogo | Can print logo. | |
| CanPrintQRCode | Can print QR code. | |
| CanUseFontSizes | Can use font sizes. | |
| Dpi | The printer's resolution in dots per inch (DPI). | |
| Font0Width | The number of characters that can fit in one line of cheque tape using font f0. | |
| Font1Width | The number of characters that can fit in one line of cheque tape using font f1. | |
| Font2Width | The number of characters that can fit in one line of cheque tape using font f2. | |
| MarginBottom | The bottom margin of the page in dots. | |
| MarginLeft | The left margin of the page in dots. | |
| MarginRight | The right margin of the page in dots. | |
| MarginTop | The top margin of the page in dots. | |
| PageHeight | The total page height, including top and bottom margins, measured in dots. | |
| PageWidth | The total page width, including left and right margins, measured in dots. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |