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

In This Topic
    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 tag As TagBase _
    ) 
    public void BeginMarkedContent( 
       TagBase tag
    )

    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