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(パラム IPageOutputColorOptionItem[])
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(int、 int)
出力を指定するには色でなければなりません。
public static PageOutputColor.PageOutputColorOption Color(int deviceBitsPerPixel, int driverBitsPerPixel)
Parameters
deviceBitsPerPixel
int
A DeviceBitsPerPixel 評価財産価値これは、プリンターがサポートする色データのピクセル当たりのビット数を示しています。
driverBitsPerPixel
int
A DriverBitsPerPixel 評価財産価値それは、コアドライバーがビットマップのランダムバッファーのために使用すべきピクセルごとにビットの数を示す。
Returns
PageOutputColor . PageOutputColorOption
The PageOutputColor オプション
Grayscale(int、 int)
出力はグレイスケールでなければならない。
public static PageOutputColor.PageOutputColorOption Grayscale(int deviceBitsPerPixel, int driverBitsPerPixel)
Parameters
deviceBitsPerPixel
int
A DeviceBitsPerPixel 評価財産価値これは、プリンターがサポートする色データのピクセル当たりのビット数を示しています。
driverBitsPerPixel
int
A DriverBitsPerPixel 評価財産価値それは、コアドライバーがビットマップのランダムバッファーのために使用すべきピクセルごとにビットの数を示す。
Returns
PageOutputColor . PageOutputColorOption
The PageOutputColor オプション
Monochrome(int、 int)
出力はモノクロム(ブラック)でなければなりません。
public static PageOutputColor.PageOutputColorOption Monochrome(int deviceBitsPerPixel, int driverBitsPerPixel)
Parameters
deviceBitsPerPixel
int
A DeviceBitsPerPixel 評価財産価値これは、プリンターがサポートする色データのピクセル当たりのビット数を示しています。
driverBitsPerPixel
int
A DriverBitsPerPixel 評価財産価値それは、コアドライバーがビットマップのランダムバッファーのために使用すべきピクセルごとにビットの数を示す。
Returns
PageOutputColor . PageOutputColorOption
The PageOutputColor オプション