←Select platform

PagesBounds Property

Summary
Gets Dictionary of Pages bounds and Pages indices.

Syntax
C#
C++/CLI
Java
Python
public Dictionary<int, LeadRect> PagesBounds { get; } 
public java.util.Map<java.lang.Integer, 
    LeadRect> getPagesBounds(); 
public: 
property Dictionary<int,LeadRect>^ PagesBounds { 
   Dictionary<int,LeadRect>^ get(); 
} 
PagesBounds # get  (TableFormField) 

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

Leadtools.Forms.Processing Assembly

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