VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotation Class / AdditionalActions Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    AdditionalActions Property (PdfAnnotation)
    In This Topic
    Gets or sets an additional-actions defining the annotation's behavior in response to various trigger events.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public Property AdditionalActions As PdfAnnotationAdditionalActions
    
    
    [Browsable(False)]
    public PdfAnnotationAdditionalActions AdditionalActions { get; set; }
    
    
    [Browsable(False)]
    public: __property PdfAnnotationAdditionalActions* get_AdditionalActions();
    public: __property void set_AdditionalActions(
    PdfAnnotationAdditionalActions* value
    );
    Exceptions
    ExceptionDescription
    Thrown if user tries to set NOT null value when property is already set to NOT null value.
    Requirements

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

    See Also