[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.OutlineNode.-ctor

OutlineNode Constructor

OutlineNode()

Initializes a new instance of the OutlineNode class.

Declaration
public OutlineNode()
Public Sub New()

OutlineNode(string)

Initializes a new instance of the OutlineNode class.

Declaration
public OutlineNode(string title)
Public Sub New(title As String)
Parameters
Type Name Description
string title

The title of OutlineNode.

OutlineNode(string, DestinationBase, bool)

Initializes a new instance of the OutlineNode class.

Declaration
public OutlineNode(string title, DestinationBase dest, bool expanded = false)
Public Sub New(title As String, dest As DestinationBase, Optional expanded As Boolean = False)
Parameters
Type Name Description
string title

The title of OutlineNode.

DestinationBase dest

The DestinationBase to be activated when this OutlineNode clicked.

bool expanded

The initial expanded state of OutlineNode.

OutlineNode(string, ActionBase, bool)

Initializes a new instance of the OutlineNode class.

Declaration
public OutlineNode(string title, ActionBase action, bool expanded = false)
Public Sub New(title As String, action As ActionBase, Optional expanded As Boolean = False)
Parameters
Type Name Description
string title

The title of OutlineNode.

ActionBase action

The ActionBase to be activated when this OutlineNode clicked.

bool expanded

The initial expanded state of OutlineNode.