SmartZone v8.0 - Updated
Accusoft.SmartZoneICR.Net Assembly / Accusoft.SmartZoneICRSdk 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.




In This Topic
    DeleteTextLine Method (TextBlockResult)
    In This Topic
    Deletes the TextLineResult entry for a given index within the TextBlockResult.
    Syntax
    'Declaration
     
    
    Public Sub DeleteTextLine( _
       ByVal index As Integer _
    ) 
    'Usage
     
    
    Dim instance As TextBlockResult
    Dim index As Integer
     
    instance.DeleteTextLine(index)
    public void DeleteTextLine( 
       int index
    )
    public: void DeleteTextLine( 
       int index
    ) 
    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.
    Exceptions
    ExceptionDescription
    The specified index is less than zero, or greater or equal to the number of text line results.
    Remarks
    This method allows you to make corrections to the text of the text block.
    See Also