FixedDocument.Pages 属性

定义

获取文档元素的 PageContent 集合。

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

属性值

文档元素的 PageContent 集合。

适用于

另请参阅