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(IPageOutputColorOptionΔιαβάστε περισσότερα[])
Προσθέτει μια σειρά από παραδείγματα 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 Σημαντική αξία ιδιοκτησίαςπου υποδεικνύει τον αριθμό των bit ανά pixel των δεδομένων χρωμάτων που υποστηρίζονται από τον εκτυπωτή.
driverBitsPerPixel
int
A DriverBitsPerPixel Σημαντική αξία ιδιοκτησίαςπου υποδεικνύει τον αριθμό των bit ανά pixel που ο κεντρικός οδηγός θα πρέπει να χρησιμοποιήσει για το bitmap rendering buffer του.
Returns
PageOutputColor . PageOutputColorOption
The PageOutputColor Οι επιλογές.
Grayscale(ΕΝΤ, ΕΝΤ)
Ορισμός της παραγωγής θα πρέπει να είναι σε γκρίζα κλίμακα.
public static PageOutputColor.PageOutputColorOption Grayscale(int deviceBitsPerPixel, int driverBitsPerPixel)
Parameters
deviceBitsPerPixel
int
A DeviceBitsPerPixel Σημαντική αξία ιδιοκτησίαςπου υποδεικνύει τον αριθμό των bit ανά pixel των δεδομένων χρωμάτων που υποστηρίζονται από τον εκτυπωτή.
driverBitsPerPixel
int
A DriverBitsPerPixel Σημαντική αξία ιδιοκτησίαςπου υποδεικνύει τον αριθμό των bit ανά pixel που ο κεντρικός οδηγός θα πρέπει να χρησιμοποιήσει για το bitmap rendering buffer του.
Returns
PageOutputColor . PageOutputColorOption
The PageOutputColor Οι επιλογές.
Monochrome(ΕΝΤ, ΕΝΤ)
Ορισμός της παραγωγής θα πρέπει να είναι σε μονοχρόμιο (μαύρο).
public static PageOutputColor.PageOutputColorOption Monochrome(int deviceBitsPerPixel, int driverBitsPerPixel)
Parameters
deviceBitsPerPixel
int
A DeviceBitsPerPixel Σημαντική αξία ιδιοκτησίαςπου υποδεικνύει τον αριθμό των bit ανά pixel των δεδομένων χρωμάτων που υποστηρίζονται από τον εκτυπωτή.
driverBitsPerPixel
int
A DriverBitsPerPixel Σημαντική αξία ιδιοκτησίαςπου υποδεικνύει τον αριθμό των bit ανά pixel που ο κεντρικός οδηγός θα πρέπει να χρησιμοποιήσει για το bitmap rendering buffer του.
Returns
PageOutputColor . PageOutputColorOption
The PageOutputColor Οι επιλογές.