PrintDocument 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義可重複使用的物件,以將輸出傳送至印表機。
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class PrintDocument : DependencyObject
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class PrintDocument : DependencyObject
Public Class PrintDocument
Inherits DependencyObject
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
備註
PrintDocument 會實作列印清單概念,讓頁面可以新增至列印清單,然後在進行中的列印清單上呼叫各種方法。
建構函式
PrintDocument() |
初始化 PrintDocument 類別的新實例。 |
屬性
Dispatcher |
取得與此物件相關聯的 CoreDispatcher 。 CoreDispatcher代表可以存取 UI 執行緒上DependencyObject的功能,即使程式碼是由非 UI 執行緒起始也一樣。 (繼承來源 DependencyObject) |
DocumentSource |
取得這個 PrintDocument的檔來源參考。 |
DocumentSourceProperty |
識別 DocumentSource 相依性屬性。 |
方法
事件
AddPages |
當 PrintManager 要求最終的頁面集合傳送至印表機時發生。 |
GetPreviewPage |
當 PrintManager 要求在預覽視窗中顯示特定列印頁面時發生。 |
Paginate |
當 PrintManager 要求在預覽視窗中顯示列印頁面的集合時發生。 |