.NET Framework Class Library

PageText Constructor

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > PageText Class >

.NET Framework Class Library

PageText Constructor

Namespace: Gnostice.Core.DOM

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public Sub New ( _
 pageNumber As Integer, _
 boundingRect As SimpleRect, _
 skewAngle As Double, _
 lines As List(Of LineText), _
 pageIndex As Integer, _
 beginIndex As Integer, _
 endIndex As Integer _
)

C#

public PageText(
 int pageNumber,
 SimpleRect boundingRect,
 double skewAngle,
 List<LineTextlines,
 int pageIndex,
 int beginIndex,
 int endIndex
)

Visual C++

public:
PageText(
 int pageNumber,
 SimpleRectboundingRect,
 double skewAngle,
 List<LineText^>^ lines,
 int pageIndex,
 int beginIndex,
 int endIndex
)

Parameters

pageNumber

Type: System.Int32

boundingRect

Type: Gnostice.Core.Graphics.SimpleRect

skewAngle

Type: System.Double

lines

Type: System.Collections.Generic.List(LineText)

pageIndex

Type: System.Int32

beginIndex

Type: System.Int32

endIndex

Type: System.Int32

See Also

PageText Class

PageText Members

Gnostice.Core.DOM Namespace