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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.