VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormField Class / AdditionalActions Property
Syntax Example Requirements SeeAlso
In This Topic
    AdditionalActions Property (PdfInteractiveFormField)
    In This Topic
    Gets or sets the additional actions defining the behavior of the field in response to various trigger events.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public Property AdditionalActions As PdfInteractiveFormFieldAdditionalActions
    
    
    [Browsable(False)]
    public PdfInteractiveFormFieldAdditionalActions AdditionalActions { get; set; }
    
    
    [Browsable(False)]
    public: __property PdfInteractiveFormFieldAdditionalActions* get_AdditionalActions();
    public: __property void set_AdditionalActions(
    PdfInteractiveFormFieldAdditionalActions* value
    );
    Example
    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also