DocumentPage.Missing 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示缺失页。 此属性为静态且只读。
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
。 其 Size、 BleedBox和 ContentBox 属性都设置为特殊的“空”值。