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

In This Topic
    TextTagEnd Method
    In This Topic
    Called when a text block is finished.
    Syntax
    'Declaration
     
    Sub TextTagEnd( _
       ByVal graphics As GcPdfGraphics, _
       ByVal textLayout As TextLayout, _
       ByVal tag As System.Object _
    ) 
    void TextTagEnd( 
       GcPdfGraphics graphics,
       TextLayout textLayout,
       System.object tag
    )

    Parameters

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