Aspose::Page::XPS::XpsMetadata::PageOutputColor::PageOutputColorOption::Grayscale method
PageOutputColorOption::Grayscale method
Specifies the output should be in grayscale.
static System::SharedPtr<PageOutputColor::PageOutputColorOption> Aspose::Page::XPS::XpsMetadata::PageOutputColor::PageOutputColorOption::Grayscale(int32_t deviceBitsPerPixel, int32_t driverBitsPerPixel)
Parameter | Type | Description |
---|---|---|
deviceBitsPerPixel | int32_t | A DeviceBitsPerPixel scored property value that indicates the number of bits per pixel of color data supported by the printer. |
driverBitsPerPixel | int32_t | A 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
- Typedef SharedPtr
- Class PageOutputColorOption
- Class PageOutputColorOption
- Class PageOutputColor
- Namespace Aspose::Page::XPS::XpsMetadata
- Library Aspose.Page for C++