共用方式為


WorkflowPrintTicket 類別

定義

這個類別代表 XML PrintTicket 檔 ,並可讓您輕鬆地加以修改。 PrintTicket 檔包含印表機如何設定列印工作各種功能的指示。

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

Windows 需求

裝置系列
Windows 10 Fall Creators Update (已於 10.0.16299.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v5.0 引進)

屬性

DocumentBindingFeature

取得這個列印票證的檔系結組態。

DocumentCollateFeature

取得這個列印票證的檔定序組態。

DocumentDuplexFeature

取得這個列印票證的雙工列印組態。

DocumentHolePunchFeature

取得此列印票證的檔缺口組態。

DocumentInputBinFeature

取得這個列印票證的列印輸入站組態。

DocumentNUpFeature

取得這個列印票證的 N 向上列印組態。

DocumentStapleFeature

取得此列印票證的檔裝訂組態。

JobPasscodeFeature

取得此列印票證的作業密碼組態。

Name

取得這個列印票證的正式名稱。

PageBorderlessFeature

取得此列印票證的檔無框線設定。

PageMediaSizeFeature

取得這個列印票證的頁面媒體大小設定。

PageMediaTypeFeature

取得這個列印票證的頁面媒體類型組態。

PageOrientationFeature

取得這個列印票證的頁面方向設定。

PageOutputColorFeature

取得這個列印票證的頁面色彩設定。

PageOutputQualityFeature

取得這個列印票證的頁面品質設定。

PageResolutionFeature

取得這個列印票證的頁面解析度組態。

XmlNamespace

取得列印票證的 XML 命名空間。

XmlNode

取得列印票證的 XML 節點。

方法

GetCapabilities()

取得這個列印票證的列印功能物件。

GetFeature(String, String)

取得指定的列印功能物件。

GetParameterInitializer(String, String)

取得指定之列印參數的參數初始化運算式物件。

MergeAndValidateTicket(WorkflowPrintTicket)

將新設定的列印票證合併到目前的列印票證,並驗證合併的票證,保證它不會要求印表機不支援的任何列印功能。

NotifyXmlChangedAsync()

通知列印系統 XML DOM 物件已變更。

SetParameterInitializerAsInteger(String, String, Int32)

設定指定之列印參數的參數初始化運算式物件。 只有當指定的參數的初始化運算式尚不存在時,才能完成此動作。

SetParameterInitializerAsString(String, String, String)

將指定的 print 參數設定為指定的字串值。 只有當指定的參數的初始化運算式尚不存在時,才能完成此動作。

ValidateAsync()

檢查指定的列印票證是否未要求印表機不支援的任何列印功能。

適用於

另請參閱