Aspose::Pdf::Forms::Form::RemoveFieldAppearance method

Form::RemoveFieldAppearance method

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

void Aspose::Pdf::Forms::Form::RemoveFieldAppearance(System::SharedPtr<Field> field, int32_t appearanceIndex)
ParameterTypeDescription
fieldSystem::SharedPtr<Field>Field with appearances.
appearanceIndexint32_tAppearances index.

See Also