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
)
Public Function AppendChildElement (
structureType As String
) As PdfStructureElement
public:
PdfStructureElement^ AppendChildElement(
String^ structureType
)
member AppendChildElement :
structureType : string -> PdfStructureElement
Parameters
-
structureType
-
Type:
System
String
The structure type.
Return Value
Type:
PdfStructureElement
The pdf structure type element.
See Also