Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.10.28
|
Leadtools.Forms.Processing Namespace > TableFormField Class : PagesBounds Property |
public Dictionary<int,LogicalRectangle> PagesBounds {get;}
'Declaration Public ReadOnly Property PagesBounds As Dictionary(Of Integer,LogicalRectangle)
'Usage Dim instance As TableFormField Dim value As Dictionary(Of Integer,LogicalRectangle) value = instance.PagesBounds
public: property Dictionary<int,LogicalRectangle>^ PagesBounds { Dictionary<int,LogicalRectangle>^ get(); }