BeginMarkedContent(TagBase) Method
In This Topic
Begins Marked Content. Writes (BMC or BDC) operator to content stream, each call of
BeginMarkedContent(String) should be enclosed with
EndMarkedContent.
Syntax
'Declaration
Public Overloads Sub BeginMarkedContent( _
ByVal As TagBase _
)
public void BeginMarkedContent(
TagBase
)
Parameters
- tag
- The GrapeCity.Documents.Pdf.MarkedContent.TagBase object indicating the role or significance of the marked-content element to the processing application.
See Also