.NET Framework Class Library
IText.BoundingRect Property
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > IText Interface > IText Properties > IText.BoundingRect Property |
Gets the boundary of the text present in this element with respect to the containing page.
Namespace: Gnostice.Core.DOM
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
ReadOnly Property BoundingRect As SimpleRect |
C# |
SimpleRect BoundingRect { get; } |
Visual C++ |
property SimpleRect^ BoundingRect { |