Accusoft.Forms1 - Updated
DeleteCharacter Method (TextLineResult)



Accusoft.SmartZoneICRSdk Namespace > TextLineResult Class : DeleteCharacter Method
The zero based index for the CharacterResult. An System.ArgumentOutOfRangeException will occur if the index less than 0 or greater or equal to the NumberCharacters.
Deletes the CharacterResult for the index on the TextLineResult.
Syntax
<DebuggerStepThroughAttribute()>
<DebuggerNonUserCodeAttribute()>
Public Sub DeleteCharacter( _
   ByVal index As Integer _
) 
Dim instance As TextLineResult
Dim index As Integer
 
instance.DeleteCharacter(index)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public void DeleteCharacter( 
   int index
)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public:
void DeleteCharacter( 
   int index
) 

Parameters

index
The zero based index for the CharacterResult. An System.ArgumentOutOfRangeException will occur if the index less than 0 or greater or equal to the NumberCharacters.
Remarks
This method allows you to make corrections to the text of the text line.
See Also

Reference

TextLineResult Class
TextLineResult Members