PageOutputColor.PageOutputColorOption.Color

PageOutputColor.PageOutputColorOption.Color method

Specifies the output should be in color.

public static PageOutputColorOption Color(int deviceBitsPerPixel, int driverBitsPerPixel)
ParameterTypeDescription
deviceBitsPerPixelInt32A DeviceBitsPerPixel scored property value that indicates the number of bits per pixel of color data supported by the printer.
driverBitsPerPixelInt32A DriverBitsPerPixel scored property value that indicates the number of bits per pixel that the core driver should use for its bitmap rendering buffer.

Return Value

The PageOutputColor options.

See Also