PrintContent 枚举

定义

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

打印自定义页面范围。

适用于

另请参阅