Accusoft Pegasus
Accusoft.MicrXpress1.Net
DeleteTextLine Method
See Also  Send Feedback
Accusoft.MicrXpressSdk Namespace > TextBlockResult Class : DeleteTextLine Method




index
The zero based index for the TextLineResult. A System.ArgumentOutOfRangeException will be thrown if the index is less than 0 or greater or equal to the NumberTextLines.
Deletes the TextLineResult for the index on the TextBlockResult

Syntax

Visual Basic (Declaration)  
Public Sub DeleteTextLine( _
   ByVal index As Integer _
) 
Visual Basic (Usage) Copy Code
Dim instance As TextBlockResult
Dim index As Integer
 
instance.DeleteTextLine(index)
C#  
public void DeleteTextLine( 
   int index
)
Managed Extensions for C++  
public: void DeleteTextLine( 
   int index
) 
C++/CLI  
public:
void DeleteTextLine( 
   int index
) 

Parameters

index
The zero based index for the TextLineResult. A System.ArgumentOutOfRangeException will be thrown if the index is less than 0 or greater or equal to the NumberTextLines.

Exceptions

Exception Description
ArgumentOutOfRangeException Thrown when the index argument is less than zero or greater or equal to the number of text lines.

Remarks

This method allows you to make corrections to the text of the text block.

See Also


©2009. Pegasus Imaging Corporation, DBA Accusoft Pegasus. All Rights Reserved.