Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextLayout Class / GetInlineObjectAt Method

In This Topic
    GetInlineObjectAt Method
    In This Topic
    Gets the InlineObject at the specified code point index.
    Syntax
    'Declaration
     
    Public Function GetInlineObjectAt( _
       ByVal codePointIndex As System.Integer _
    ) As InlineObject
    public InlineObject GetInlineObjectAt( 
       System.int codePointIndex
    )

    Parameters

    codePointIndex
    See Also