.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 >

.NET Framework Class Library

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)

Syntax

Visual Basic

ReadOnly Property BoundingRect As SimpleRect
 Get

C#

SimpleRect BoundingRect { get; }

Visual C++

property SimpleRectBoundingRect {
 SimpleRectget ();
}

See Also

IText Interface

IText Members

Gnostice.Core.DOM Namespace