Interface IFormFieldAnnotationObject
Namespace: IronSoftware.Forms
Assembly: IronPdf.dll
Syntax
public interface IFormFieldAnnotationObject
Properties
Height
Declaration
double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PageIndex
Declaration
int PageIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
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 |