Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / OutlineNode Class / Action Property

In This Topic
    Action Property (OutlineNode)
    In This Topic
    Gets or sets the GrapeCity.Documents.Pdf.Actions.ActionBase to be performed when this OutlineNode is activated.
    Syntax
    'Declaration
     
    Public Property Action As ActionBase
    public ActionBase Action {get; set;}
    See Also