DocumentPageView.DocumentPage Property

Definition

Gets the DocumentPage associated with this view.

public:
 property System::Windows::Documents::DocumentPage ^ DocumentPage { System::Windows::Documents::DocumentPage ^ get(); };
public System.Windows.Documents.DocumentPage DocumentPage { get; }
member this.DocumentPage : System.Windows.Documents.DocumentPage
Public ReadOnly Property DocumentPage As DocumentPage

Property Value

The document page associated with this view.

Applies to

See also