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

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > OutlineNode Class > OutlineNode Constructor : OutlineNode Constructor(String,DestinationBase,Boolean)
The title of OutlineNode.
The DestinationBase 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 dest As DestinationBase, _
   Optional ByVal expanded As System.Boolean _
)
public OutlineNode( 
   System.string title,
   DestinationBase dest,
   System.bool expanded
)

Parameters

title
The title of OutlineNode.
dest
The DestinationBase to be activated when this OutlineNode clicked.
expanded
The initial expanded state of OutlineNode.
See Also

Reference

OutlineNode Class
OutlineNode Members
Overload List