Interface IFormFieldAnnotationObject
Refers to an annotation or is an annotation
Inherited Members
Namespace: IronSoftware.Forms
Assembly: IronPdf.dll
Syntax
public interface IFormFieldAnnotationObject : IPdfDocumentObject, IDocumentObject
Properties
Height
Annotation height
Declaration
double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Width
Annotation width
Declaration
double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
X
Annotation X position
Declaration
double X { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Y
Annotation y position
Declaration
double Y { get; set; }
Property Value
Type | Description |
---|---|
System.Double |