ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEText Class / RunGetCharCount Method
Integer value from the range from 0 to RunsCount - 1.




In This Topic
    RunGetCharCount Method
    In This Topic
    Gets the number of characters in the specified text run.
    Syntax
    'Declaration
     
    Public Function RunGetCharCount( _
       ByVal index As Integer _
    ) As Integer
    'Usage
     
    Dim instance As ImGearPDEText
    Dim index As Integer
    Dim value As Integer
     
    value = instance.RunGetCharCount(index)
    public int RunGetCharCount( 
       int index
    )
    public: int RunGetCharCount( 
       int index
    ) 
    public:
    int RunGetCharCount( 
       int index
    ) 

    Parameters

    index
    Integer value from the range from 0 to RunsCount - 1.

    Return Value

    Integer value.
    See Also