Creates a new instance of the Input
public InputPosition(int page, int line, int column);
public InputPosition(int textPosition);
public InputPosition(int textPosition, TextFieldPosition textFieldPosition);
public InputPosition(System.Drawing.Point location);
Parameter | Description |
---|---|
page | Specifies a page number. |
line | Specifies a line number. |
column | Specifies a column number. The first column is zero. |
text |
Specifies a text position. The first position is zero. |
text |
If the text |
location | Specifies a geometric location. The point must be specified in pixels with an origin at the top left corner of the control. |
Selection Class, Text