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(System::SharedPtr<Field> field, int32_t pageNumber, System::SharedPtr<Rectangle> rect)
ParameterTypeDescription
fieldSystem::SharedPtr<Field>Field which appearance should be added on form.
pageNumberint32_tNumber of the page where field must be placed.
rectSystem::SharedPtr<Rectangle>Rectangle where field will be placed.

See Also