←Select platform

PagesBounds Property

Summary

Gets Dictionary of Pages bounds and Pages indices.

Syntax

C#
VB
C++
Java
public Dictionary<int, LeadRect> PagesBounds { get; } 
  
Public ReadOnly Property PagesBounds As Dictionary(Of Integer,LeadRect) 
public java.util.Map<java.lang.Integer, 
    LeadRect> getPagesBounds(); 
public: 
property Dictionary<int,LeadRect>^ PagesBounds { 
   Dictionary<int,LeadRect>^ get(); 
} 

Property Value

The Bounds for each page index that occupied by table field.

Remarks

Through this property we can get the TableFormField Bound for each page containing it.

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