Aspose::Pdf::Forms::Form::AddFieldAppearance method

Form::AddFieldAppearance method

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

void Aspose::Pdf::Forms::Form::AddFieldAppearance(const System::SharedPtr<Field> &field, int32_t pageNumber, const System::SharedPtr<Rectangle> &rect)
ParameterTypeDescription
fieldconst System::SharedPtr<Field>&Field which appearance should be added on form.
pageNumberint32_tNumber of the page where field must be placed.
rectconst System::SharedPtr<Rectangle>&Rectangle where field will be placed.

See Also