Form.AddFieldAppearance

Form.AddFieldAppearance method

Adds additional appearance of the field to specified page of the document in the specified location.

public void AddFieldAppearance(Field field, int pageNumber, Rectangle rect)
ParameterTypeDescription
fieldFieldField which appearance should be added on form.
pageNumberInt32Number of the page where field must be placed.
rectRectangleRectangle where field will be placed.

See Also