[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.OutlineNode.-ctor

OutlineNode Constructor

OutlineNode()

Initializes a new instance of the OutlineNode class.

Declaration
public OutlineNode()

OutlineNode(string)

Initializes a new instance of the OutlineNode class.

Declaration
public OutlineNode(string title)
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)
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)
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.