ImageGear .NET - Updated October 26, 2017
DeletePage Method




ImageGear23.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecDocument Class : DeletePage Method
Index of the page to be removed.
Removes a page from the document.
Syntax
'Declaration
 
Public Sub DeletePage( _
   ByVal index As Integer _
) 
 
'Usage
 
Dim instance As ImGearRecDocument
Dim index As Integer
 
instance.DeletePage(index)

Parameters

index
Index of the page to be removed.
See Also

Reference

ImGearRecDocument Class
ImGearRecDocument Members