←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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly

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