Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / ITextLayoutHandler Interface / TextTagBegin Method
The target graphics.
The text layout.
The tag.

In This Topic
    TextTagBegin Method
    In This Topic
    Called when a text block associated with the specified tag is started.
    Syntax
    'Declaration
     
    Sub TextTagBegin( _
       ByVal graphics As GcPdfGraphics, _
       ByVal textLayout As TextLayout, _
       ByVal tag As System.Object _
    ) 
    void TextTagBegin( 
       GcPdfGraphics graphics,
       TextLayout textLayout,
       System.object tag
    )

    Parameters

    graphics
    The target graphics.
    textLayout
    The text layout.
    tag
    The tag.
    See Also