←Select platform

MovePage Method

Summary
Move a page to new index
Syntax
C#
VB
Objective-C
C++
Java
public void MovePage( 
   IOcrPage page, 
   int index 
) 
Sub MovePage( _ 
   ByVal page As IOcrPage, _ 
   ByVal index As Integer _ 
)  
- (BOOL)movePage:(LTOcrPage *)page 
           index:(NSInteger)index 
           error:(NSError **)error 
public void movePage(OcrPage page, 
                     int index) 
void MovePage(  
   IOcrPage^ page, 
   int index 
)  

Parameters

page
Page to move. Must be already a member of this collection.

index
New 0-based index of the page

Remarks

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.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.