Documents for PDF, .NET Edition Documentation
OutlineNode Constructor(String,ActionBase,Boolean)

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > OutlineNode Class > OutlineNode Constructor : OutlineNode Constructor(String,ActionBase,Boolean)
The title of OutlineNode.
The GrapeCity.Documents.Pdf.Actions.ActionBase to be activated when this OutlineNode clicked.
The initial expanded state of OutlineNode.
Initializes a new instance of the OutlineNode class.
Syntax
'Declaration
 
Public Function New( _
   ByVal title As System.String, _
   ByVal action As ActionBase, _
   Optional ByVal expanded As System.Boolean _
)
public OutlineNode( 
   System.string title,
   ActionBase action,
   System.bool expanded
)

Parameters

title
The title of OutlineNode.
action
The GrapeCity.Documents.Pdf.Actions.ActionBase to be activated when this OutlineNode clicked.
expanded
The initial expanded state of OutlineNode.
See Also

Reference

OutlineNode Class
OutlineNode Members
Overload List