ImageGear .NET - Updated
GetOverflowedTextLength Method (ImGearARTText)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTText Class : GetOverflowedTextLength Method
The page view control that contains text mark.
The page display of the page view control.
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 ImGearARTText
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

Reference

ImGearARTText Class
ImGearARTText Members