Accusoft.SmartZoneOCR5.Net - Updated
DeleteTextLine Method






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
'Declaration
 
<System.Diagnostics.DebuggerNonUserCodeAttribute()>
<System.Diagnostics.DebuggerStepThroughAttribute()>
Public Sub DeleteTextLine( _
   ByVal index As System.Integer _
) 
'Usage
 
Dim instance As TextBlockResult
Dim index As System.Integer
 
instance.DeleteTextLine(index)
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public void DeleteTextLine( 
   System.int index
)
public procedure DeleteTextLine( 
    index: System.Integer
); 
System.Diagnostics.DebuggerNonUserCodeAttribute()
System.Diagnostics.DebuggerStepThroughAttribute()
public function DeleteTextLine( 
   index : System.int
);
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public: void DeleteTextLine( 
   System.int index
) 
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public:
void DeleteTextLine( 
   System.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