TPrinterDriverSettings Record
Printer specific settings. It is a byte array with a Win32 DEVMODE struct.
Syntax
Unit: FlexCel.Core
TPrinterDriverSettings = record;
Methods
| Name |
Description |
| Create |
Creates a new instance of a TPrinterDriver​Settings class, with a COPY of aData |
| GetData |
The current printer data as a byte stream. The first 2 bytes are the operating system (0=windows) and the rest is a Win32 DEVMODE struct.
|
| Equals |
Returns true if two instances have the same data.
|
| GetHashCode |
Returns the hashcode for this instance.
|
| IsNull |
Returns true if the record doesn't have a defined value.
|
| HasValue |
Returns true if the record has a defined value. This is the inverse of IsNull |
Operators
| Name |
Description |
| Equality |
Adapts the = operator so it returns true when both instances have the same values. |
| Inequality |
Adapts the <> operator so it returns true when both instances have different values. |