Click or drag to resize

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; }

Property Value

Type: LayoutCollection FixedLayoutPage
See Also