Aspose::Page::XPS::XpsMetadata::PageOutputColor::PageOutputColorOption::Monochrome method

PageOutputColorOption::Monochrome method

Specifies the output should be in monochrome (Black).

static System::SharedPtr<PageOutputColor::PageOutputColorOption> Aspose::Page::XPS::XpsMetadata::PageOutputColor::PageOutputColorOption::Monochrome(int32_t deviceBitsPerPixel, int32_t driverBitsPerPixel)
ParameterTypeDescription
deviceBitsPerPixelint32_tA DeviceBitsPerPixel scored property value that indicates the number of bits per pixel of color data supported by the printer.
driverBitsPerPixelint32_tA DriverBitsPerPixel scored property value that indicates the number of bits per pixel that the core driver should use for its bitmap rendering buffer.

ReturnValue

The PageOutputColor options.

See Also