PdfPageBase
Section Property
|
Gets the parent section of the page.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfSection Section { get; }
Public ReadOnly Property Section As PdfSection
Get
public:
property PdfSection^ Section {
PdfSection^ get ();
}
member Section : PdfSection with get
Property Value
Type:
PdfSection
See Also