Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents Namespace > DocumentWord Structure : Bounds Property |
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)
This value is set when BuildWords is called.
This value is in document coordinates. Refer to Documents Library Coordinate System for more information.
For an example, refer to DocumentPageText.