PdfDocumentBase
Sections Property
|
Gets the section collections of pdf.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfSectionCollection Sections { get; }
Public ReadOnly Property Sections As PdfSectionCollection
Get
public:
property PdfSectionCollection^ Sections {
PdfSectionCollection^ get ();
}
member Sections : PdfSectionCollection with get
Property Value
Type:
PdfSectionCollection
See Also