Interface IFieldPosition
Provides positional information about an AcroForm field including, that is,
the page number
,the dimensions of the page
,the position of the field with respect to that page.
Namespace: Sig.PdfClient
Assembly: SigPdfClient.dll
Syntax
public interface IFieldPosition
Remarks
The field position with respect to the page is given in a (row, column)-coordinate system whose origin is at the upper left corner of the page.
The row axis is directed to the bottom.
The column axis is directed to the right.
Rows and columns are given in dots assuming 72 dots per inch.
Properties
Name | Description |
---|---|
Column0 | The first column of the field that is the left border of the field. |
Column1 | The last column of the field that is the right border of the field. |
Height | The height of the field. |
Row0 | The first row of the field that is the upper border of the field. |
Row1 | The last row of the field that is the lower border of the field. |
Width | The width of the field. |