Namespace:  C1.C1PrintDocument.Util
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public OutlineEntry(
	int level,
	string text,
	int pageNo
)
Visual Basic (Declaration)
Public Sub New ( _
	level As Integer, _
	text As String, _
	pageNo As Integer _
)

Parameters

level
Type: System..::.Int32
text
Type: System..::.String
pageNo
Type: System..::.Int32

See Also