[]
Begins Marked Content. Writes (BMC or BDC) operator to content stream, each call of BeginMarkedContent(string) should be enclosed with EndMarkedContent().
public void BeginMarkedContent(string markedContentTag)
Public Sub BeginMarkedContent(markedContentTag As String)
| Type | Name | Description |
|---|---|---|
| string | markedContentTag | The tag indicating the role or significance of the marked-content element to the processing application. |
Begins Marked Content. Writes (BMC or BDC) operator to content stream, each call of BeginMarkedContent(string) should be enclosed with EndMarkedContent().
public void BeginMarkedContent(TagBase tag)
Public Sub BeginMarkedContent(tag As TagBase)
| Type | Name | Description |
|---|---|---|
| TagBase | tag | The TagBase object indicating the role or significance of the marked-content element to the processing application. |