Click or drag to resize

PdfStructureTreeRoot AppendChildElement Method

Append structure type element.

Namespace: Spire.Pdf.Interchange.TaggedPdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfStructureElement AppendChildElement(
	string structureType
)

Parameters

structureType
Type: System String
The structure type.

Return Value

Type: PdfStructureElement
The pdf structure type element.
See Also