Gets page Setup of current section.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PageSetup PageSetup { get; }
Public ReadOnly Property PageSetup As PageSetup
	Get
public:
virtual property PageSetup^ PageSetup {
	PageSetup^ get () sealed;
}
abstract PageSetup : PageSetup with get
override PageSetup : PageSetup with get

Property Value

PageSetup

Implements

ISection..::..PageSetup

See Also