Click or drag to resize

PdfStructureElement EndMarkedContent Method

End a marked-content sequence of objects within the content stream.

Namespace: Spire.Pdf.Interchange.TaggedPdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void EndMarkedContent(
	PdfPageBase page
)

Parameters

page
Type: Spire.Pdf PdfPageBase
The pdf page.
See Also