←Select platform

MovePage Method

Summary

Move a page to new index

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public void MovePage( 
   IOcrPage page, 
   int index 
) 
Sub MovePage( _ 
   ByVal page As Leadtools.Forms.Ocr.IOcrPage, _ 
   ByVal index As Integer _ 
)  
void MovePage(  
   Leadtools.Forms.Ocr.IOcrPage page, 
   int index 
) 
- (BOOL)movePage:(LTOcrPage *)page 
           index:(NSInteger)index 
           error:(NSError **)error 
             
public void movePage(OcrPage page, 
                     int index) 
             
function Leadtools.Forms.Ocr.IOcrPageCollection.MovePage(  
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly