FixedDocument.Pages Property

Definition

Gets a collection of the document's PageContent elements.

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

Property Value

A collection of the document's PageContent elements.

Applies to

See also