Accusoft.FSInvoices1.Net
RemovePage Method




Zero-based index of the DocumentPage to be removed from the Document.
Removes a DocumentPage from the Document.
Syntax
'Declaration
 
Public Sub RemovePage( _
   ByVal removeIndex As Integer _
) 
'Usage
 
Dim instance As FormResult
Dim removeIndex As Integer
 
instance.RemovePage(removeIndex)
public void RemovePage( 
   int removeIndex
)
public: void RemovePage( 
   int removeIndex
) 
public:
void RemovePage( 
   int removeIndex
) 

Parameters

removeIndex
Zero-based index of the DocumentPage to be removed from the Document.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionThrown when the removeIndex argument is out of range.
Remarks

Any FormField in the Fields list that was on the removed page will be cleared or updated with the next best match. Any table row that was on the removed page will be removed from the associated FormTable in the Tables list.

See Also

Reference

FormResult Class
FormResult Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback