ComponentOne Bitmap for WPF
SetNumberSubstitution Method (TextAnalysisSink)

C1.WPF.DX.4 Assembly > C1.Util.DX.DirectWrite Namespace > TextAnalysisSink Interface : SetNumberSubstitution Method
The starting position from which to report.
The number of UTF16 units of the reported range.
An object that holds the appropriate digits and numeric punctuation for a given locale. Use Factory.CreateNumberSubstitution to create this object.
Sets the number substitution on the text range affected by the text analysis.
Syntax
'Declaration
 
Sub SetNumberSubstitution( _
   ByVal textPosition As System.Integer, _
   ByVal textLength As System.Integer, _
   ByVal numberSubstitution As NumberSubstitution _
) 
void SetNumberSubstitution( 
   System.int textPosition,
   System.int textLength,
   NumberSubstitution numberSubstitution
)

Parameters

textPosition
The starting position from which to report.
textLength
The number of UTF16 units of the reported range.
numberSubstitution
An object that holds the appropriate digits and numeric punctuation for a given locale. Use Factory.CreateNumberSubstitution to create this object.
See Also

Reference

TextAnalysisSink Interface
TextAnalysisSink Members