Interface IFormFieldAnnotation
Assembly: IronPdf.dll
public interface IFormFieldAnnotation : IFormFieldAnnotationObject, IPdfDocumentObject, IDocumentObject
Properties
Declaration
PdfAnnotationFlags AnnotationFlags { get; set; }
Property Value
Declaration
List<string> Appearances { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
Declaration
string AppearanceState { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
IFormFieldObject FormField { get; set; }
Property Value
Declaration
string Javascript { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
string OnAppearance { get; set; }
Property Value
Type |
Description |
System.String |
|