FixedLayoutDocument
Pages Property
|
Provides access to the pages of a document.
Namespace:
Spire.Doc.Pages
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public LayoutCollection<FixedLayoutPage> Pages { get; }
Public ReadOnly Property Pages As LayoutCollection(Of FixedLayoutPage)
Get
public:
property LayoutCollection<FixedLayoutPage^>^ Pages {
LayoutCollection<FixedLayoutPage^>^ get ();
}
member Pages : LayoutCollection<FixedLayoutPage> with get
Property Value
Type:
LayoutCollection
FixedLayoutPage
See Also