Class PageOutputColor.PageOutputColorOption
Названий на: Aspose.Page.XPS.XpsMetadata Асамблея: Aspose.Page.dll (25.4.0)
Опис функцій Aspose.Page.XPS.XpsMetadata.PageOutputColor.
public sealed class PageOutputColor.PageOutputColorOption : Option, PageOutputColor.IPageOutputColorItem, IFeatureItem, IPrintTicketElementChild
Inheritance
object ← PrintTicketElement ← CompositePrintTicketElement ← Option ← PageOutputColor.PageOutputColorOption
Implements
PageOutputColor.IPageOutputColorItem , IFeatureItem , IPrintTicketElementChild
Нападні члени
Option.Add(params IOptionItem[]) , PrintTicketElement.Name , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
PageOutputColorOption(Штрих, парами IPageOutputColorOptionItem[])
Створюється нова інстанція.
public PageOutputColorOption(string optionName, params PageOutputColor.IPageOutputColorOptionItem[] items)
Parameters
optionName
string
Назва варіантів.
items
PageOutputColor
.
IPageOutputColorOptionItem
[ ]
Арбітральна серія Aspose.Page.XPS.XpsMetadata.PageOutputColor.IPageOutputColorOptionItem прикладів.
Methods
Add(Параметри IPageOutputColorOptionItem[])
Додає ряд прикладів Aspose.Page.XPS.XpsMetadata.PageOutputColor.IPageOutputColorOptionItem до варіанту.
public PageOutputColor.PageOutputColorOption Add(params PageOutputColor.IPageOutputColorOptionItem[] items)
Parameters
items
PageOutputColor
.
IPageOutputColorOptionItem
[ ]
Арбітральна серія Aspose.Page.XPS.XpsMetadata.PageOutputColor.IPageOutputColorOptionItem прикладів.
Returns
PageOutputColor . PageOutputColorOption
Цей варіант виникає.
Color(ІТ, ІТ)
Визначити вихід повинен бути в кольорі.
public static PageOutputColor.PageOutputColorOption Color(int deviceBitsPerPixel, int driverBitsPerPixel)
Parameters
deviceBitsPerPixel
int
A DeviceBitsPerPixel Зареєстрована вартість власностіщо вказує на кількість бітів на піксель кольорових даних, що підтримуються принтером.
driverBitsPerPixel
int
A DriverBitsPerPixel Зареєстрована вартість власностіщо вказує на кількість бітів на піксель, що ядерний драйвер повинен використовувати для його bitmap rendering buffer.
Returns
PageOutputColor . PageOutputColorOption
The PageOutputColor І варіанти.
Grayscale(ІТ, ІТ)
Виробництво повинно бути в грунтовій шкалі.
public static PageOutputColor.PageOutputColorOption Grayscale(int deviceBitsPerPixel, int driverBitsPerPixel)
Parameters
deviceBitsPerPixel
int
A DeviceBitsPerPixel Зареєстрована вартість власностіщо вказує на кількість бітів на піксель кольорових даних, що підтримуються принтером.
driverBitsPerPixel
int
A DriverBitsPerPixel Зареєстрована вартість власностіщо вказує на кількість бітів на піксель, що ядерний драйвер повинен використовувати для його bitmap rendering buffer.
Returns
PageOutputColor . PageOutputColorOption
The PageOutputColor І варіанти.
Monochrome(ІТ, ІТ)
Показати вихід повинен бути в монохромі (чорний).
public static PageOutputColor.PageOutputColorOption Monochrome(int deviceBitsPerPixel, int driverBitsPerPixel)
Parameters
deviceBitsPerPixel
int
A DeviceBitsPerPixel Зареєстрована вартість власностіщо вказує на кількість бітів на піксель кольорових даних, що підтримуються принтером.
driverBitsPerPixel
int
A DriverBitsPerPixel Зареєстрована вартість власностіщо вказує на кількість бітів на піксель, що ядерний драйвер повинен використовувати для його bitmap rendering buffer.
Returns
PageOutputColor . PageOutputColorOption
The PageOutputColor І варіанти.