Interface IFormFieldAnnotationObject
Inherited Members
Namespace: IronSoftware.Forms
Assembly: IronPdf.dll
Syntax
public interface IFormFieldAnnotationObject : IPdfDocumentObject, IDocumentObject
Properties
Height
Declaration
double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Width
Declaration
double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
X
Declaration
double X { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Y
Declaration
double Y { get; set; }
Property Value
Type | Description |
---|---|
System.Double |