ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / TextAnalysisQuickSource Interface / GetNumberSubstitution Method

In This Topic
    GetNumberSubstitution Method (TextAnalysisQuickSource)
    In This Topic
    Gets the number substitution from the text range affected by the text analysis.
    Syntax
    'Declaration
     
    Function GetNumberSubstitution( _
       ByVal textPosition As Integer, _
       ByRef textLength As Integer, _
       ByRef numberSubstitution As IntPtr _
    ) As Integer
    int GetNumberSubstitution( 
       int textPosition,
       out int textLength,
       out IntPtr numberSubstitution
    )

    Parameters

    textPosition
    textLength
    numberSubstitution
    See Also