←Select platform

Bounds Property

Summary

The overall bounding rectangle of this item in the page.

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

Property Value

The overall bounding rectangle of this item in the page in document coordinates.

Remarks

This value is calculated by the document viewer from the union of the Bounds of all the characters between FirstCharacterIndex and LastCharacterIndex.

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

Leadtools.Document.Viewer.WinForms Assembly

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