←Select platform

Bounds Property

Summary

The bounding rectangle of the character.

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 rectangle of the character in document coordinates. Default value is empty rectangle.

Remarks

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

Leadtools.Document Assembly