←Select platform

ExpectedPages Property

Summary

Gets List of expected pages indices that are occupied by TableFormField.

Syntax

C#
VB
C++
Java
public IList<int> ExpectedPages { get; } 
  
Public ReadOnly Property ExpectedPages As IList(Of Integer) 
public java.util.List<java.lang.Integer> getExpectedPages(); 
public: 
property IList<int>^ ExpectedPages { 
   IList<int>^ get(); 
} 

Property Value

List of expected pages indices for the TableFormField.

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 Assembly