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
)
Public Sub EndMarkedContent (
page As PdfPageBase
)
public:
void EndMarkedContent(
PdfPageBase^ page
)
member EndMarkedContent :
page : PdfPageBase -> unit
Parameters
-
page
-
Type:
Spire.Pdf
PdfPageBase
The pdf page.
See Also