public static final class PageOutputColor.PageOutputColorOption extends Option implements PageOutputColor.IPageOutputColorItem
Describes the PageOutputColor feature options.
| Constructor and Description |
|---|
PageOutputColorOption(String optionName,
PageOutputColor.IPageOutputColorOptionItem... items)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
PageOutputColor.PageOutputColorOption |
add(PageOutputColor.IPageOutputColorOptionItem... items)
Adds an array of
IPageOutputColorOptionItem instances to the option. |
static PageOutputColor.PageOutputColorOption |
Color(int deviceBitsPerPixel,
int driverBitsPerPixel)
Specifies the output should be in color.
|
static PageOutputColor.PageOutputColorOption |
Grayscale(int deviceBitsPerPixel,
int driverBitsPerPixel)
Specifies the output should be in grayscale.
|
static PageOutputColor.PageOutputColorOption |
Monochrome(int deviceBitsPerPixel,
int driverBitsPerPixel)
Specifies the output should be in monochrome (Black).
|
getNameequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic PageOutputColorOption(String optionName, PageOutputColor.IPageOutputColorOptionItem... items)
Creates a new instance.
optionName - An options name.items - An arbitrary array of IPageOutputColorOptionItem instances.public static final PageOutputColor.PageOutputColorOption Color(int deviceBitsPerPixel, int driverBitsPerPixel)
Specifies the output should be in color.
deviceBitsPerPixel - A DeviceBitsPerPixel scored property value
that indicates the number of bits per pixel of color data supported by the printer.driverBitsPerPixel - A DriverBitsPerPixel scored property value
that indicates the number of bits per pixel that the core driver should use for its bitmap rendering buffer.PageOutputColor options.public static final PageOutputColor.PageOutputColorOption Grayscale(int deviceBitsPerPixel, int driverBitsPerPixel)
Specifies the output should be in grayscale.
deviceBitsPerPixel - A DeviceBitsPerPixel scored property value
that indicates the number of bits per pixel of color data supported by the printer.driverBitsPerPixel - A DriverBitsPerPixel scored property value
that indicates the number of bits per pixel that the core driver should use for its bitmap rendering buffer.PageOutputColor options.public static final PageOutputColor.PageOutputColorOption Monochrome(int deviceBitsPerPixel, int driverBitsPerPixel)
Specifies the output should be in monochrome (Black).
deviceBitsPerPixel - A DeviceBitsPerPixel scored property value
that indicates the number of bits per pixel of color data supported by the printer.driverBitsPerPixel - A DriverBitsPerPixel scored property value
that indicates the number of bits per pixel that the core driver should use for its bitmap rendering buffer.PageOutputColor options.public PageOutputColor.PageOutputColorOption add(PageOutputColor.IPageOutputColorOptionItem... items)
Adds an array of IPageOutputColorOptionItem instances to the option.
items - An arbitrary array of IPageOutputColorOptionItem instances.Copyright © 2025 Aspose. All Rights Reserved.