Form.RemoveFieldAppearance

Form.RemoveFieldAppearance method

Removes appearance of the field at specified index. If only one child appearance left, method embeds it into the field.

public void RemoveFieldAppearance(Field field, int appearanceIndex)
ParameterTypeDescription
fieldFieldField with appearances.
appearanceIndexInt32Appearances index.

See Also