共用方式為


PosPrinterPrintOptions 類別

定義

代表您想要列印到服務點印表機之文字的列印選項。

public ref class PosPrinterPrintOptions sealed
/// [Windows.Foundation.Metadata.Activatable(524288, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class PosPrinterPrintOptions final
[Windows.Foundation.Metadata.Activatable(524288, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class PosPrinterPrintOptions
function PosPrinterPrintOptions()
Public NotInheritable Class PosPrinterPrintOptions
繼承
Object Platform::Object IInspectable PosPrinterPrintOptions
屬性

Windows 需求

裝置系列
Windows 10, version 1903 (已於 10.0.18362.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v8.0 引進)

建構函式

PosPrinterPrintOptions()

建立 PosPrinterPrintOptions 的實例。

屬性

Alignment

取得或設定值,這個值表示應用程式想要用於列印文字的對齊方式。

Bold

取得或設定值,指出應用程式是否要以粗體樣式列印字元。

CharacterHeight

取得或設定數值,指出應用程式想要用於列印字元的字元高度。

CharacterSet

取得或設定數值,指出應用程式想要用於列印字元的字元集。

DoubleHigh

取得或設定值,指出應用程式是否要以雙高樣式列印字元。

DoubleWide

取得或設定值,這個值表示應用程式是否要以雙寬樣式列印字元。

Italic

取得或設定值,指出應用程式是否要以斜體樣式列印字元。

ReverseVideo

取得或設定值,這個值表示應用程式是否要以反向視訊樣式列印字元。

Strikethrough

取得或設定值,這個值表示應用程式是否要以刪除線樣式列印字元。

Subscript

取得或設定值,這個值表示應用程式是否要以下標樣式列印字元。

Superscript

取得或設定值,指出應用程式是否要以上標樣式列印字元。

TypeFace

取得或設定字串值,指出應用程式想要用於列印字元的字樣。

Underline

取得或設定值,指出應用程式是否要以底線樣式列印字元。

適用於