←Select platform

Pages Class

Summary

A class representing a collection of Page objects.

Syntax
C#
C++/CLI
Java
Python
[CollectionDataContractAttribute()] 
[KnownTypeAttribute(System.Type)] 
public class Pages : Collection<Page> 
public class Pages 
    extends java.util.ArrayList<Page> 
public: 
   [CollectionDataContractAttribute,  
   KnownTypeAttribute(System::Type)] 
   ref class Pages : Collection<Page^> 
class Pages(ollection<[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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly

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