[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.GcPdfGraphics.BeginMarkedContent

BeginMarkedContent Method

BeginMarkedContent(string)

Begins Marked Content. Writes (BMC or BDC) operator to content stream, each call of BeginMarkedContent(string) should be enclosed with EndMarkedContent().

Declaration
public void BeginMarkedContent(string markedContentTag)
Public Sub BeginMarkedContent(markedContentTag As String)
Parameters
Type Name Description
string markedContentTag

The tag indicating the role or significance of the marked-content element to the processing application.

BeginMarkedContent(TagBase)

Begins Marked Content. Writes (BMC or BDC) operator to content stream, each call of BeginMarkedContent(string) should be enclosed with EndMarkedContent().

Declaration
public void BeginMarkedContent(TagBase tag)
Public Sub BeginMarkedContent(tag As TagBase)
Parameters
Type Name Description
TagBase tag

The TagBase object indicating the role or significance of the marked-content element to the processing application.