共用方式為


PrintContent 列舉

定義

指定 HtmlPrintDocumentSource.content 列印的內容。

public enum class PrintContent
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PrintContent
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PrintContent
var value = Windows.UI.WebUI.PrintContent.allPages
Public Enum PrintContent
繼承
PrintContent
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

欄位

AllPages 0

列印所有頁面。

CurrentPage 1

列印目前的頁面。

CurrentSelection 3

列印頁面目前的選取範圍。

CustomPageRange 2

列印自訂頁面範圍。

適用於

另請參閱