Class PageOutputColor.PageOutputColorOption
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)
מתאר את אפשרויות התכונה של Aspose.Page.XPS.XpsMetadata.PageOutputColor.
public sealed class PageOutputColor.PageOutputColorOption : Option, PageOutputColor.IPageOutputColorItem, IFeatureItem, IPrintTicketElementChild
ירושה
object ← PrintTicketElement ← CompositePrintTicketElement ← Option ← PageOutputColor.PageOutputColorOption
מיישם
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()
בונים
PageOutputColorOption(string, params IPageOutputColorOptionItem[])
יוצר מופע חדש.
public PageOutputColorOption(string optionName, params PageOutputColor.IPageOutputColorOptionItem[] items)
פרמטרים
optionName
string
שם האפשרות.
items
PageOutputColor.IPageOutputColorOptionItem[]
מערך שרירותי של מופעי Aspose.Page.XPS.XpsMetadata.PageOutputColor.IPageOutputColorOptionItem.
שיטות
Add(params IPageOutputColorOptionItem[])
מוסיף מערך של מופעי Aspose.Page.XPS.XpsMetadata.PageOutputColor.IPageOutputColorOptionItem לאופציה.
public PageOutputColor.PageOutputColorOption Add(params PageOutputColor.IPageOutputColorOptionItem[] items)
פרמטרים
items
PageOutputColor.IPageOutputColorOptionItem[]
מערך שרירותי של מופעי Aspose.Page.XPS.XpsMetadata.PageOutputColor.IPageOutputColorOptionItem.
מחזיר
PageOutputColor.PageOutputColorOption
מופע של אפשרות זו.
Color(int, int)
מציין שהפלט צריך להיות בצבע.
public static PageOutputColor.PageOutputColorOption Color(int deviceBitsPerPixel, int driverBitsPerPixel)
פרמטרים
deviceBitsPerPixel
int
ערך של תכונה מדורגת DeviceBitsPerPixel שמצביע על מספר הסיביות לכל פיקסל של נתוני צבע הנתמכים על ידי המדפסת.
driverBitsPerPixel
int
ערך של תכונה מדורגת DriverBitsPerPixel שמצביע על מספר הסיביות לכל פיקסל שהדרייבר המרכזי צריך להשתמש בו עבור מאגר ההנפשה של bitmap.
מחזיר
PageOutputColor.PageOutputColorOption
אפשרויות PageOutputColor.
Grayscale(int, int)
מציין שהפלט צריך להיות בשחור-לבן.
public static PageOutputColor.PageOutputColorOption Grayscale(int deviceBitsPerPixel, int driverBitsPerPixel)
פרמטרים
deviceBitsPerPixel
int
ערך של תכונה מדורגת DeviceBitsPerPixel שמצביע על מספר הסיביות לכל פיקסל של נתוני צבע הנתמכים על ידי המדפסת.
driverBitsPerPixel
int
ערך של תכונה מדורגת DriverBitsPerPixel שמצביע על מספר הסיביות לכל פיקסל שהדרייבר המרכזי צריך להשתמש בו עבור מאגר ההנפשה של bitmap.
מחזיר
PageOutputColor.PageOutputColorOption
אפשרויות PageOutputColor.
Monochrome(int, int)
מציין שהפלט צריך להיות מונוכרום (שחור).
public static PageOutputColor.PageOutputColorOption Monochrome(int deviceBitsPerPixel, int driverBitsPerPixel)
פרמטרים
deviceBitsPerPixel
int
ערך של תכונה מדורגת DeviceBitsPerPixel שמצביע על מספר הסיביות לכל פיקסל של נתוני צבע הנתמכים על ידי המדפסת.
driverBitsPerPixel
int
ערך של תכונה מדורגת DriverBitsPerPixel שמצביע על מספר הסיביות לכל פיקסל שהדרייבר המרכזי צריך להשתמש בו עבור מאגר ההנפשה של bitmap.
מחזיר
PageOutputColor.PageOutputColorOption
אפשרויות PageOutputColor.