DocumentPage.Missing 字段

定义

表示缺失页。 此属性为静态且只读。

public: static initonly System::Windows::Documents::DocumentPage ^ Missing;
public static readonly System.Windows.Documents.DocumentPage Missing;
 staticval mutable Missing : System.Windows.Documents.DocumentPage
Public Shared ReadOnly Missing As DocumentPage 

字段值

注解

当调用代码请求不存在的页面时返回值 DocumentPage.Missing ;例如,单页文档的第 2 页。

始终只有一个缺少页面对象。 其 Visual 属性为 null。 其 SizeBleedBoxContentBox 属性都设置为特殊的“空”值。

适用于