DocumentPage 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 DocumentPage 類別的新執行個體。
多載
DocumentPage(Visual) |
使用指定的 DocumentPage 來初始化 Visual 類別的新執行個體。 |
DocumentPage(Visual, Size, Rect, Rect) |
使用指定的 DocumentPage 結構和方塊大小,初始化 Visual 類別的新執行個體。 |
DocumentPage(Visual)
使用指定的 DocumentPage 來初始化 Visual 類別的新執行個體。
public:
DocumentPage(System::Windows::Media::Visual ^ visual);
public DocumentPage (System.Windows.Media.Visual visual);
new System.Windows.Documents.DocumentPage : System.Windows.Media.Visual -> System.Windows.Documents.DocumentPage
Public Sub New (visual As Visual)
參數
- visual
- Visual
頁面的視覺化呈現。
適用於
DocumentPage(Visual, Size, Rect, Rect)
使用指定的 DocumentPage 結構和方塊大小,初始化 Visual 類別的新執行個體。
public:
DocumentPage(System::Windows::Media::Visual ^ visual, System::Windows::Size pageSize, System::Windows::Rect bleedBox, System::Windows::Rect contentBox);
public DocumentPage (System.Windows.Media.Visual visual, System.Windows.Size pageSize, System.Windows.Rect bleedBox, System.Windows.Rect contentBox);
new System.Windows.Documents.DocumentPage : System.Windows.Media.Visual * System.Windows.Size * System.Windows.Rect * System.Windows.Rect -> System.Windows.Documents.DocumentPage
Public Sub New (visual As Visual, pageSize As Size, bleedBox As Rect, contentBox As Rect)
參數
- visual
- Visual
頁面的視覺化呈現。
- pageSize
- Size
頁面在經過任何的裁剪之後會變成的大小 (包括邊界)。
- bleedBox
- Rect
列印產出相關渲染的區域、註冊標記,以及 crop 標記,此標記可能會出現在邏輯頁面界限外的實體紙張上。
- contentBox
- Rect
在邊界內的頁面區域。
備註
當預期實體工作表裁剪成最終頁面大小時,維度 bleedBox
可能大於 pageSize
維度。