Class FieldPosition
Provides positional information about an AcroForm field including, the page number, the dimensions of the page, the position of the field on that page.
Inheritance
Inherited Members
Namespace: Sig.PdfClient
Assembly: SigPdfClient.dll
Syntax
public class FieldPosition : IFieldPosition, IPageDimension
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.
Constructors
Name | Description |
---|---|
FieldPosition() | Constructs a new field position with default values. |
FieldPosition(Double, Double, Double, Double) | Constructs a new field with the given rows and columns. |
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. |
PageHeight | The height of the page of this field. |
PageNumber | The zero based page number of the field. |
PageWidth | The width of the page of this 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. |