PdfStandardStructTypes
Section Field
|
A container for grouping related content elements. For example, a section might contain a heading, several introductory
paragraphs, and two or more other sections nested within it as subsections.
Namespace:
Spire.Pdf.Interchange.TaggedPdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public const string Section = "Sect"
Public Const Section As String = "Sect"
public:
literal String^ Section = "Sect"
static val mutable Section: string
Field Value
Type:
String
See Also