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(const System::SharedPtr<Field> &field, int32_t appearanceIndex)
| Parameter | Type | Description |
|---|---|---|
| field | const System::SharedPtr<Field>& | Field with appearances. |
| appearanceIndex | int32_t | Appearances index. |
See Also
- Typedef SharedPtr
- Class Field
- Class Form
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++