PdfStructureElement
BeginMarkedContent Method (PdfPageBase, ArtifactPropertyList)
|
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,
ArtifactPropertyList artifactPropertyList
)
Public Sub BeginMarkedContent (
page As PdfPageBase,
artifactPropertyList As ArtifactPropertyList
)
public:
void BeginMarkedContent(
PdfPageBase^ page,
ArtifactPropertyList^ artifactPropertyList
)
member BeginMarkedContent :
page : PdfPageBase *
artifactPropertyList : ArtifactPropertyList -> unit
Parameters
-
page
-
Type:
Spire.Pdf
PdfPageBase
The pdf page.
-
artifactPropertyList
-
Type:
Spire.Pdf.Interchange.TaggedPdf
ArtifactPropertyList
The artifact property list.
See Also