Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Show in webframe

Bounds Property (DocumentWord)






The bounding rectangle of the word.
Syntax
public LeadRectD Bounds {get; set;}
'Declaration
 
Public Property Bounds As LeadRectD
'Usage
 
Dim instance As DocumentWord
Dim value As LeadRectD
 
instance.Bounds = value
 
value = instance.Bounds
public LeadRectD getBounds()
public void setBounds(LeadRectD value)
            
public:
property LeadRectD Bounds {
   LeadRectD get();
   void set (    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 Documents Library Coordinate System for more information.

Example

For an example, refer to DocumentPageText.

Requirements

Target Platforms

See Also

Reference

DocumentWord Structure
DocumentWord Members

Error processing SSI file
   Leadtools.Documents requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features