←Select platform

MovePage Method

Summary
Move a page to new index
Syntax
C#
Objective-C
C++/CLI
Java
Python
public void MovePage( 
   IOcrPage page, 
   int index 
) 
- (BOOL)movePage:(LTOcrPage *)page 
           index:(NSInteger)index 
           error:(NSError **)error 
public void movePage(OcrPage page, 
                     int index) 
void MovePage(  
   IOcrPage^ page, 
   int index 
)  
def MovePage(self,page,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 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

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