←Select platform

Pages Property

Summary

Gets the collection of pages associated with this IForm object.

Syntax
C#
VB
C++
Java
[DataMemberAttribute()] 
public Pages Pages {get;} 
public Pages getPages(); 
public abstract void setPages( 
   Pages pages 
); 
<DataMemberAttribute()>  
Public ReadOnly Property Pages() As Pages 
   Get 
public:  
   [DataMemberAttribute] 
   property Pages^ Pages 
   { 
      Pages^ get() 
   } 

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 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.