[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.OutlineNode.Action

Action Property

Action

Gets or sets the ActionBase to be performed when this OutlineNode is activated. If both Dest and Action are specified, the viewer application will determine the behavior, which may be unpredictable. For consistent results, specify only one.

Declaration
public ActionBase Action { get; set; }
Public Property Action As ActionBase