←Select platform

Bounds Property

Summary

The bounding rectangle of the character.

Syntax

C#
VB
Java
C++
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 Documents Library Coordinate System for more information.

Example

For an example, refer to DocumentPageText.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly