Document Solutions for PDF
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.

In This Topic
    OutlineNode Constructor(String,DestinationBase,Boolean)
    In This Topic
    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