Class PageOutputColor.PageOutputColorOption
A név: Aspose.Page.XPS.XpsMetadata Összefoglaló: Aspose.Page.dll (25.4.0)
Írja le a Aspose.Page.XPS.xpsMetadata.PageOutputColor funkció opciókat.
public sealed class PageOutputColor.PageOutputColorOption : Option, PageOutputColor.IPageOutputColorItem, IFeatureItem, IPrintTicketElementChild
Inheritance
object ← PrintTicketElement ← CompositePrintTicketElement ← Option ← PageOutputColor.PageOutputColorOption
Implements
PageOutputColor.IPageOutputColorItem , IFeatureItem , IPrintTicketElementChild
Örökletes tagok
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(szalag, paraméterek IPageOutputColorOptionItem[])
Új példát hoz létre.
public PageOutputColorOption(string optionName, params PageOutputColor.IPageOutputColorOptionItem[] items)
Parameters
optionName
string
Az opciók neve.
items
PageOutputColor
.
IPageOutputColorOptionItem
[]
Egy önkényes sorozata a Aspose.Page.XPS.xpsMetadata.PageOutputColor.IPageAUTPUTCOLOROptionItem példák.
Methods
Add(Az IPageOutputColorOptionItem[])
Hozzon létre egy sor Aspose.Page.XPS.xpsMetadata.PageOutputColor.IPageUtput ColorOptionItem példákat az opcióhoz.
public PageOutputColor.PageOutputColorOption Add(params PageOutputColor.IPageOutputColorOptionItem[] items)
Parameters
items
PageOutputColor
.
IPageOutputColorOptionItem
[]
Egy önkényes sorozata a Aspose.Page.XPS.xpsMetadata.PageOutputColor.IPageAUTPUTCOLOROptionItem példák.
Returns
PageOutputColor . PageOutputColorOption
Ez az opció példája.
Color(Az int, int)
A kimenetelnek színben kell lennie.
public static PageOutputColor.PageOutputColorOption Color(int deviceBitsPerPixel, int driverBitsPerPixel)
Parameters
deviceBitsPerPixel
int
A DeviceBitsPerPixel Értékesített ingatlan értékamely jelzi a nyomtató által támogatott színadatok pixelenként betűk számát.
driverBitsPerPixel
int
A DriverBitsPerPixel Értékesített ingatlan értékamely jelzi a pixelenként megadott bitek számát, amelyeket a központi vezérlőnek a bitmap rendering bufferhez kell használnia.
Returns
PageOutputColor . PageOutputColorOption
The PageOutputColor Az opciók.
Grayscale(Az int, int)
Meghatározza, hogy a termelésnek grayscale-ben kell lennie.
public static PageOutputColor.PageOutputColorOption Grayscale(int deviceBitsPerPixel, int driverBitsPerPixel)
Parameters
deviceBitsPerPixel
int
A DeviceBitsPerPixel Értékesített ingatlan értékamely jelzi a nyomtató által támogatott színadatok pixelenként betűk számát.
driverBitsPerPixel
int
A DriverBitsPerPixel Értékesített ingatlan értékamely jelzi a pixelenként megadott bitek számát, amelyeket a központi vezérlőnek a bitmap rendering bufferhez kell használnia.
Returns
PageOutputColor . PageOutputColorOption
The PageOutputColor Az opciók.
Monochrome(Az int, int)
Az eredményt monokróm (fekete) formában kell meghatározni.
public static PageOutputColor.PageOutputColorOption Monochrome(int deviceBitsPerPixel, int driverBitsPerPixel)
Parameters
deviceBitsPerPixel
int
A DeviceBitsPerPixel Értékesített ingatlan értékamely jelzi a nyomtató által támogatott színadatok pixelenként betűk számát.
driverBitsPerPixel
int
A DriverBitsPerPixel Értékesített ingatlan értékamely jelzi a pixelenként megadott bitek számát, amelyeket a központi vezérlőnek a bitmap rendering bufferhez kell használnia.
Returns
PageOutputColor . PageOutputColorOption
The PageOutputColor Az opciók.