Move a page to new index
Sub MovePage( _
ByVal page As Leadtools.Forms.Ocr.IOcrPage, _
ByVal index As Integer _
)
void MovePage(
Leadtools.Forms.Ocr.IOcrPage page,
int index
)
function Leadtools.Forms.Ocr.IOcrPageCollection.MovePage(
page ,
index
)
void MovePage(
Leadtools.Forms.Ocr.IOcrPage^ page,
int index
)
page
Page to move. Must be already a member of this collection.
index
New 0-based index of the page
This member only works with memory-based documents and will throw an exception otherwise. For more information, refer to IOcrDocumentManager.CreateDocument and Programming with the LEADTOOLS .NET OCR.
This member only works with memory-based documents and will throw an exception otherwise. For more information, refer to IOcrDocumentManager.CreateDocument and Programming with the LEADTOOLS .NET OCR.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET