ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / TextAnalysisQuickSink Interface / SetNumberSubstitution Method

In This Topic
    SetNumberSubstitution Method (TextAnalysisQuickSink)
    In This Topic
    Sets the number substitution on the text range affected by the text analysis.
    Syntax
    'Declaration
     
    Function SetNumberSubstitution( _
       ByVal textPosition As Integer, _
       ByVal textLength As Integer, _
       ByVal numberSubstitution As IntPtr _
    ) As Integer
    int SetNumberSubstitution( 
       int textPosition,
       int textLength,
       IntPtr numberSubstitution
    )

    Parameters

    textPosition
    textLength
    numberSubstitution
    See Also