Gets the parent section of the page.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfSection Section { get; }
Public ReadOnly Property Section As PdfSection
	Get
public:
property PdfSection^ Section {
	PdfSection^ get ();
}
member Section : PdfSection with get

Property Value

PdfSection

See Also