Click or drag to resize

PdfStructureElement BeginMarkedContent Method (PdfPageBase)

Begin 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 BeginMarkedContent(
	PdfPageBase page
)

Parameters

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