ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTTextCallout Class / GetOverflowedTextLength Method
The page view control that contains text mark.
The page display of the page view control.




In This Topic
    GetOverflowedTextLength Method (ImGearARTTextCallout)
    In This Topic
    Calculates the number of characters that do not completely fit into displayable area.
    Syntax
    'Declaration
     
    Public Function GetOverflowedTextLength( _
       ByVal pageView As IImGearScrollableView, _
       ByVal pageDisplay As IImGearPageDisplay _
    ) As Integer
    'Usage
     
    Dim instance As ImGearARTTextCallout
    Dim pageView As IImGearScrollableView
    Dim pageDisplay As IImGearPageDisplay
    Dim value As Integer
     
    value = instance.GetOverflowedTextLength(pageView, pageDisplay)
    public int GetOverflowedTextLength( 
       IImGearScrollableView pageView,
       IImGearPageDisplay pageDisplay
    )
    public: int GetOverflowedTextLength( 
       IImGearScrollableView* pageView,
       IImGearPageDisplay* pageDisplay
    ) 
    public:
    int GetOverflowedTextLength( 
       IImGearScrollableView^ pageView,
       IImGearPageDisplay^ pageDisplay
    ) 

    Parameters

    pageView
    The page view control that contains text mark.
    pageDisplay
    The page display of the page view control.

    Return Value

    The number of not fully displayable characters, 0 otherwise.
    See Also