←Select platform

Bounds Property

Summary
Gets or sets a LeadRect that specifies the location of the field in the form image.

Syntax
C#
VB
C++
Java
public LeadRect Bounds { get; set; } 
  
Public Property Bounds As LeadRect 
public LeadRect getBounds(); 
public void setBounds( 
   LeadRect leadRect 
); 
public: 
property LeadRect Bounds { 
   LeadRect get(); 
   void set (LeadRect); 
} 

Property Value

A LeadRect that specifies the location of this field.

Requirements

Target Platforms

See Also

Reference

FormField Class

FormField Members

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.