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 

フィールド値

注釈

コードを呼び出して、存在しないページ (1 ページのドキュメントの 2 ページなど) を要求するときに、値 DocumentPage.Missing を返します。

不足しているページ オブジェクトは常に 1 つだけです。 その Visual プロパティは です null。 その Sizeプロパティ、 BleedBox、および ContentBox プロパティはすべて、特殊な "空" 値に設定されます。

適用対象