ComponentOne Bitmap for WinForms
C1.Win.C1DX.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 System.Integer, _
       ByVal textLength As System.Integer, _
       ByVal numberSubstitution As System.IntPtr _
    ) As System.Integer
    System.int SetNumberSubstitution( 
       System.int textPosition,
       System.int textLength,
       System.IntPtr numberSubstitution
    )

    Parameters

    textPosition
    textLength
    numberSubstitution
    See Also