SetTextBoundsRange Method (Page)
In This Topic
Sets text top/bottom bounds.
Syntax
'Declaration
Public Sub SetTextBoundsRange( _
ByVal As Single, _
ByVal As Single _
)
public void SetTextBoundsRange(
float ,
float
)
Parameters
- startPos
- endPos
See Also