Class PageOutputColor.PageOutputColorOption
Le nom : Aspose.Page.XPS.XpsMetadata Assemblée: Aspose.Page.dll (25.4.0)
Descrive le opzioni di funzionalità 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
I membri ereditari
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(Paramètres IPageOutputColorOptionItem[])
Crea una nuova instanza.
public PageOutputColorOption(string optionName, params PageOutputColor.IPageOutputColorOptionItem[] items)
Parameters
optionName
string
Il nome delle opzioni.
items
PageOutputColor
.
IPageOutputColorOptionItem
[ ]
Una serie arbitraria di Aspose.Page.XPS.XpsMetadata.PageOutputColor.IPageOutputColorOptionItem istanze.
Methods
Add(Paramètres IPageOutputColorOptionItem[])
Aggiungi una serie di Aspose.Page.XPS.XpsMetadata.PageOutputColor.IPageOutputColorOptionItem istanze all’opzione.
public PageOutputColor.PageOutputColorOption Add(params PageOutputColor.IPageOutputColorOptionItem[] items)
Parameters
items
PageOutputColor
.
IPageOutputColorOptionItem
[ ]
Una serie arbitraria di Aspose.Page.XPS.XpsMetadata.PageOutputColor.IPageOutputColorOptionItem istanze.
Returns
PageOutputColor . PageOutputColorOption
In questo caso le opzioni.
Color(int, int)
Determinare la produzione dovrebbe essere in colore.
public static PageOutputColor.PageOutputColorOption Color(int deviceBitsPerPixel, int driverBitsPerPixel)
Parameters
deviceBitsPerPixel
int
A DeviceBitsPerPixel Valeur de propriété évaluéeche indica il numero di bit per pixel dei dati di colore supportati dalla stampante.
driverBitsPerPixel
int
A DriverBitsPerPixel Valeur de propriété évaluéeche indica il numero di bit per pixel che il driver core dovrebbe utilizzare per il suo bitmap rendering buffer.
Returns
PageOutputColor . PageOutputColorOption
The PageOutputColor Les options.
Grayscale(int, int)
Determinare la produzione dovrebbe essere in grayscale.
public static PageOutputColor.PageOutputColorOption Grayscale(int deviceBitsPerPixel, int driverBitsPerPixel)
Parameters
deviceBitsPerPixel
int
A DeviceBitsPerPixel Valeur de propriété évaluéeche indica il numero di bit per pixel dei dati di colore supportati dalla stampante.
driverBitsPerPixel
int
A DriverBitsPerPixel Valeur de propriété évaluéeche indica il numero di bit per pixel che il driver core dovrebbe utilizzare per il suo bitmap rendering buffer.
Returns
PageOutputColor . PageOutputColorOption
The PageOutputColor Les options.
Monochrome(int, int)
Determinare la produzione dovrebbe essere in monochrome (nero).
public static PageOutputColor.PageOutputColorOption Monochrome(int deviceBitsPerPixel, int driverBitsPerPixel)
Parameters
deviceBitsPerPixel
int
A DeviceBitsPerPixel Valeur de propriété évaluéeche indica il numero di bit per pixel dei dati di colore supportati dalla stampante.
driverBitsPerPixel
int
A DriverBitsPerPixel Valeur de propriété évaluéeche indica il numero di bit per pixel che il driver core dovrebbe utilizzare per il suo bitmap rendering buffer.
Returns
PageOutputColor . PageOutputColorOption
The PageOutputColor Les options.