DocumentPage.Missing Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a missing page. This property is static and read only.
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
Field Value
Remarks
Return the value DocumentPage.Missing when calling code requests a page that does not exist; for example, page 2 of a one-page document.
There is always just one missing page object. Its Visual property is null
. Its Size, BleedBox, and ContentBox properties are all set to special "empty" values.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.