←Select platform

Pages Property

Summary

Gets the collection of pages associated with this IForm object.

Syntax
C#
C++/CLI
Java
Python
[DataMemberAttribute()] 
public Pages Pages {get;} 
public Pages getPages(); 
public abstract void setPages( 
   Pages pages 
); 
public:  
   [DataMemberAttribute] 
   property Pages^ Pages 
   { 
      Pages^ get() 
   } 
Pages # get  (IForm) 

Property Value

A reference of type Pages.

Remarks

When the LEADTOOLS OMR toolkit creates an IForm object, Pages is internally initialized and can be used to add the form's images by calling 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.