VintaSoft Imaging .NET SDK 15.1: 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; }

Exceptions
ExceptionDescription
Thrown if user tries to set NOT null value when property is already set to NOT null value.
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