Class PageOutputColor.PageOutputColorOption
De naam: Aspose.Page.XPS.XpsMetadata Verzameling: Aspose.Page.dll (25.4.0)
Beschrijft de Aspose.Page.XPS.xpsMetadata.PageOutputColor functionaliteit opties.
public sealed class PageOutputColor.PageOutputColorOption : Option, PageOutputColor.IPageOutputColorItem, IFeatureItem, IPrintTicketElementChild
Inheritance
object ← PrintTicketElement ← CompositePrintTicketElement ← Option ← PageOutputColor.PageOutputColorOption
Implements
PageOutputColor.IPageOutputColorItem , IFeatureItem , IPrintTicketElementChild
Geëerbiede leden
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(string, params IPageOutputColorOptionItem[])
Het creëert een nieuwe instantie.
public PageOutputColorOption(string optionName, params PageOutputColor.IPageOutputColorOptionItem[] items)
Parameters
optionName
string
Een optie naam.
items
PageOutputColor
.
IPageOutputColorOptionItem
[]
Een willekeurige reeks van Aspose.Page.XPS.xpsMetadata.PageOutputColor.IPageUtput ColorOptionItem instanties.
Methods
Add(Parameters IPageOutputColorOptionItem[])
Voeg een reeks van Aspose.Page.XPS.xpsMetadata.PageOutputColor.IPageUtput ColorOptionItem instanties toe aan de optie.
public PageOutputColor.PageOutputColorOption Add(params PageOutputColor.IPageOutputColorOptionItem[] items)
Parameters
items
PageOutputColor
.
IPageOutputColorOptionItem
[]
Een willekeurige reeks van Aspose.Page.XPS.xpsMetadata.PageOutputColor.IPageUtput ColorOptionItem instanties.
Returns
PageOutputColor . PageOutputColorOption
Deze optie instantie.
Color(int, int)
Specificeer de uitkomst moet in kleur zijn.
public static PageOutputColor.PageOutputColorOption Color(int deviceBitsPerPixel, int driverBitsPerPixel)
Parameters
deviceBitsPerPixel
int
A DeviceBitsPerPixel Scoreerde eigendomswaardedat het aantal bits per pixel van de door de printer ondersteunde kleurgegevens aangeeft.
driverBitsPerPixel
int
A DriverBitsPerPixel Scoreerde eigendomswaardedat het aantal bits per pixel aangeeft dat de kerndriver moet gebruiken voor zijn bitmap rendering buffer.
Returns
PageOutputColor . PageOutputColorOption
The PageOutputColor De opties.
Grayscale(int, int)
Specificeer de productie moet in grayscale zijn.
public static PageOutputColor.PageOutputColorOption Grayscale(int deviceBitsPerPixel, int driverBitsPerPixel)
Parameters
deviceBitsPerPixel
int
A DeviceBitsPerPixel Scoreerde eigendomswaardedat het aantal bits per pixel van de door de printer ondersteunde kleurgegevens aangeeft.
driverBitsPerPixel
int
A DriverBitsPerPixel Scoreerde eigendomswaardedat het aantal bits per pixel aangeeft dat de kerndriver moet gebruiken voor zijn bitmap rendering buffer.
Returns
PageOutputColor . PageOutputColorOption
The PageOutputColor De opties.
Monochrome(int, int)
De productie moet in monochrome (zwarte) zijn.
public static PageOutputColor.PageOutputColorOption Monochrome(int deviceBitsPerPixel, int driverBitsPerPixel)
Parameters
deviceBitsPerPixel
int
A DeviceBitsPerPixel Scoreerde eigendomswaardedat het aantal bits per pixel van de door de printer ondersteunde kleurgegevens aangeeft.
driverBitsPerPixel
int
A DriverBitsPerPixel Scoreerde eigendomswaardedat het aantal bits per pixel aangeeft dat de kerndriver moet gebruiken voor zijn bitmap rendering buffer.
Returns
PageOutputColor . PageOutputColorOption
The PageOutputColor De opties.