Interface IFormFieldAnnotation
Document form field annotation
Inherited Members
Namespace: IronSoftware.Forms
Assembly: IronPdf.dll
Syntax
public interface IFormFieldAnnotation : IFormFieldAnnotationObject, IPdfDocumentObject, IDocumentObject
Properties
AnnotationFlags
Annotation flags
Declaration
PdfAnnotationFlags AnnotationFlags { get; set; }
Property Value
Type | Description |
---|---|
PdfAnnotationFlags |
Appearances
Annotation appearance names
Declaration
List<string> Appearances { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
AppearanceState
Current active appearance
Declaration
string AppearanceState { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FormField
Parent form
Declaration
IFormFieldObject FormField { get; set; }
Property Value
Type | Description |
---|---|
IFormFieldObject |
Javascript
Javascript to execute when the annotation is interacted with
Declaration
string Javascript { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
See ISO 21757-1:2020 for an ECMAScript reference
OnAppearance
Name of the appearance which is active when this annotation is selected
Declaration
string OnAppearance { get; set; }
Property Value
Type | Description |
---|---|
System.String |