Gets the parent section of the page.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
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