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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.