Class FormFieldAnnotation
Inheritance
System.Object
FormFieldAnnotation
Implements
IronSoftware.IDocumentObject
Assembly: IronPdf.dll
public class FormFieldAnnotation : Object, IFormFieldAnnotation, IFormFieldAnnotationObject, IPdfDocumentObject, IDocumentObject
Constructors
Declaration
public FormFieldAnnotation()
Properties
Declaration
public PdfAnnotationFlags AnnotationFlags { get; set; }
Property Value
Declaration
public List<string> Appearances { get; protected set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
Declaration
public string AppearanceState { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public IPdfClient Client { get; set; }
Property Value
Type |
Description |
IronSoftware.Pdfium.IPdfClient |
|
Declaration
public IDocumentId DocumentId { get; set; }
Property Value
Type |
Description |
IronSoftware.IDocumentId |
|
Declaration
public IFormFieldObject FormField { get; set; }
Property Value
Declaration
public double Height { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public string Javascript { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public uint ObjNum { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
Declaration
public string OnAppearance { get; set; }
Property Value
Type |
Description |
System.String |
|
PageIndex
Declaration
public uint PageIndex { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
Declaration
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double X { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double Y { get; set; }
Property Value
Type |
Description |
System.Double |
|
Implements
IronSoftware.IDocumentObject