←Select platform

Bounds Property

Summary

The bounding rectangle of the word.

Syntax
C#
VB
C++
Java
public LeadRectD Bounds { get; set; } 
Public Property Bounds() As LeadRectD 
   Get 
   Set 
public:  
   property LeadRectD^ Bounds 
   { 
      LeadRectD^ get() 
      void set(LeadRectD^ value) 
   } 
public LeadRectD getBounds() 
public void setBounds(LeadRectD value) 

Property Value

The bounding word of the character in document coordinates. Default value is empty rectangle.

Remarks

This value is set when BuildWords is called.

This value is in document coordinates. Refer to Document Library Coordinate System for more information.

Example

For an example, refer to DocumentPageText.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

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