'Declaration
Public Function PrintSetColorMode( _ ByVal ColorMode As PrinterColorMode _ ) As GdPictureStatus
public GdPictureStatus PrintSetColorMode( PrinterColorMode ColorMode )
public function PrintSetColorMode( ColorMode: PrinterColorMode ): GdPictureStatus;
public function PrintSetColorMode( ColorMode : PrinterColorMode ) : GdPictureStatus;
public: GdPictureStatus PrintSetColorMode( PrinterColorMode ColorMode )
public: GdPictureStatus PrintSetColorMode( PrinterColorMode ColorMode )
Parameters
- ColorMode
- A member of the PrinterColorMode enumeration. The new value of the active printer color mode setting.
Return Value
A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK.
We strongly recommend always checking this status first.