Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

MovePage Method








Page to move. Must be already a member of this collection.
New 0-based index of the page
Move a page to new index
Syntax
void MovePage( 
   IOcrPage page,
   int index
)
'Declaration
 
Sub MovePage( _
   ByVal page As IOcrPage, _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As IOcrPageCollection
Dim page As IOcrPage
Dim index As Integer
 
instance.MovePage(page, index)
void MovePage( 
   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 
)
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

See Also

Reference

IOcrPageCollection Interface
IOcrPageCollection Members
OcrEngineManager Class
OcrEngineType Enumeration
IOcrPage Interface
Programming with the LEADTOOLS .NET OCR

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features