共用方式為


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。 其 SizeBleedBox、 及 ContentBox 屬性皆設為特殊的「空」值。

適用於