Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfGraphics Class / BeginMarkedContent Method / BeginMarkedContent(String) Method
The tag indicating the role or significance of the marked-content element to the processing application.

In This Topic
    BeginMarkedContent(String) 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 markedContentTag As System.String _
    ) 
    public void BeginMarkedContent( 
       System.string markedContentTag
    )

    Parameters

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