←Select platform

Pages Class

Summary

A class representing a collection of Page objects.

Syntax
C#
VB
C++
Java
[KnownTypeAttribute(System.Type)] 
[CollectionDataContractAttribute()] 
public class Pages : Collection<Page> 
public class Pages 
    extends java.util.ArrayList<Page> 
<KnownTypeAttribute(System.Type),  
 CollectionDataContractAttribute()>  
Public Class Pages 
   Inherits Collection(Of Page) 
public: 
   [KnownTypeAttribute(System::Type),  
   CollectionDataContractAttribute] 
   ref class Pages : Collection<Page^> 

Remarks

Every OMR form contains at least one page. Pages can create either the template form (ITemplateForm) or the recognition form (IRecognitionForm) Page using the Pages.AddPage method.

Requirements

Target Platforms

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

Leadtools.Forms.Processing.Omr Assembly