ImageGear .NET - Updated
UpdatePage Method




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecDocument Class : UpdatePage Method
Page that will overwrite the page specified by index.
Index of the page to overwrite in the ImGearRecDocument.
Overwrites the specified page in the ImGearRecDocument with the page provided.
Syntax
'Declaration
 
Public Sub UpdatePage( _
   ByVal page As ImGearRecPage, _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As ImGearRecDocument
Dim page As ImGearRecPage
Dim index As Integer
 
instance.UpdatePage(page, index)
public void UpdatePage( 
   ImGearRecPage page,
   int index
)
public: void UpdatePage( 
   ImGearRecPage* page,
   int index
) 
public:
void UpdatePage( 
   ImGearRecPage^ page,
   int index
) 

Parameters

page
Page that will overwrite the page specified by index.
index
Index of the page to overwrite in the ImGearRecDocument.
Remarks
After overwriting the incoming page becomes invalid. Use ImGearRecPage.IsValid to validate the page.
See Also

Reference

ImGearRecDocument Class
ImGearRecDocument Members
ImGearRecPage Class