Color
This Color property is used to enable / disable color printing.
Set this property to any one of the following value from TxgtColorMode enumeration.
Value
Description
cmColor
Color printing will be enabled
cmMonochrome
Color printing will be disabled
Syntax
[VC++]
long GetColor();
void SetColor(long nNewValue);
[CS]
public abstract new TxgtColorMode Color [ get, set ]
[VB]
Property Color As TxgtColorMode