Accusoft.Forms1 - Updated
DeleteTextLine Method (TextBlockResult)



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

Parameters

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

Reference

TextBlockResult Class
TextBlockResult Members