共用方式為


PrintWorkflowPdlDataAvailableEventArgs.SourceContent 屬性

定義

取得目前作業 (PDL) 內容的來源分頁描述語言。

public:
 property PrintWorkflowPdlSourceContent ^ SourceContent { PrintWorkflowPdlSourceContent ^ get(); };
PrintWorkflowPdlSourceContent SourceContent();
public PrintWorkflowPdlSourceContent SourceContent { get; }
var printWorkflowPdlSourceContent = printWorkflowPdlDataAvailableEventArgs.sourceContent;
Public ReadOnly Property SourceContent As PrintWorkflowPdlSourceContent

屬性值

目前作業的來源 PDL 內容。

適用於