Table of Contents

TPrinterDriverSettings Class

Printer specific settings. It is a byte array with a Win32 DEVMODE struct.

Syntax

Namespace: FlexCel.Core

public class TPrinterDriverSettings

Constructors

Name Description
TPrinterDriver​Settings Creates a new instance of a TPrinterDriver​Settings class, with a COPY of aData

Methods

Name Description
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.

Operators

Name Description
Equality Returns true if both objects are equal.
Note this is for backwards compatibility, this is a class and not immutable, so this method should return true if references are different. But that would break old code.
Inequality Returns true if both objects do not have the same value.
Note this is for backwards compatibility, this is a class and not immutable, so this method should return true if references are different. But that would break old code.