VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.Services Namespace / WebPdfBookmark Class / action Property
Syntax Remarks Requirements SeeAlso
In This Topic
    action Property (WebPdfBookmark)
    In This Topic
    Gets or sets a JSON string that represents an action to be performed when this bookmark is activated.
    Syntax
    'Declaration
    
    Public Property action As String
    
    
    public string action { get; set; }
    
    
    public: __property string* get_action();
    public: __property void set_action(
    string* value
    );
    public:
    property string^ action { string^ get(); void set(string^ value); }
    Remarks

    Not permitted if a destination property is set.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also