ImageGear .NET - Updated
InsertPage Method (ImGearRecDocument)




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecDocument Class : InsertPage Method
Page to be inserted into the document.
Insert before this page. -1 means append the page.
Inserts a page to the document.
Syntax
'Declaration
 
Public Sub InsertPage( _
   ByVal page As ImGearRecPage, _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As ImGearRecDocument
Dim page As ImGearRecPage
Dim index As Integer
 
instance.InsertPage(page, index)
public void InsertPage( 
   ImGearRecPage page,
   int index
)
public: void InsertPage( 
   ImGearRecPage* page,
   int index
) 
public:
void InsertPage( 
   ImGearRecPage^ page,
   int index
) 

Parameters

page
Page to be inserted into the document.
index
Insert before this page. -1 means append the page.
Remarks
After inserting the page becomes invalid. Use ImGearRecPage.IsValid to validate the page.
See Also

Reference

ImGearRecDocument Class
ImGearRecDocument Members
ImGearRecPage Class