| Package | Description |
|---|---|
| com.aspose.xps.metadata |
The com.aspose.xps.metadata package provides classes that describe metadata of XPS document.
|
| Modifier and Type | Method and Description |
|---|---|
PageOutputColor.PageOutputColorOption |
PageOutputColor.PageOutputColorOption.add(PageOutputColor.IPageOutputColorOptionItem... items)
Adds an array of
IPageOutputColorOptionItem instances to the option. |
static PageOutputColor.PageOutputColorOption |
PageOutputColor.PageOutputColorOption.Color(int deviceBitsPerPixel,
int driverBitsPerPixel)
Specifies the output should be in color.
|
static PageOutputColor.PageOutputColorOption |
PageOutputColor.PageOutputColorOption.Grayscale(int deviceBitsPerPixel,
int driverBitsPerPixel)
Specifies the output should be in grayscale.
|
static PageOutputColor.PageOutputColorOption |
PageOutputColor.PageOutputColorOption.Monochrome(int deviceBitsPerPixel,
int driverBitsPerPixel)
Specifies the output should be in monochrome (Black).
|
Copyright © 2025 Aspose. All Rights Reserved.