←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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly

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