ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / DrawCanvas Class / SetTextBoundsRange Method

In This Topic
    SetTextBoundsRange Method (DrawCanvas)
    In This Topic
    Set text top/bottom bounds range.
    Syntax
    'Declaration
     
    Public Sub SetTextBoundsRange( _
       ByVal startPos As Single, _
       ByVal endPos As Single _
    ) 
    public void SetTextBoundsRange( 
       float startPos,
       float endPos
    )

    Parameters

    startPos
    endPos
    See Also