ImageGear .NET - Updated
DeletePage Method




ImageGear24.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)
public void DeletePage( 
   int index
)
public: void DeletePage( 
   int index
) 
public:
void DeletePage( 
   int index
) 

Parameters

index
Index of the page to be removed.
See Also

Reference

ImGearRecDocument Class
ImGearRecDocument Members