←Select platform

Bounds Property

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

Syntax
C#
C++/CLI
Java
Python
public LeadRect Bounds { get; set; } 
public LeadRect getBounds(); 
public void setBounds( 
   LeadRect leadRect 
); 
public: 
property LeadRect Bounds { 
   LeadRect get(); 
   void set (LeadRect); 
} 
Bounds # get and set (FormField) 

Property Value

A LeadRect that specifies the location of this field.

Requirements

Target Platforms

See Also

Reference

FormField Class

FormField Members

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.