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)
| Parameter | Type | Description |
|---|---|---|
| field | const System::SharedPtr<Field>& | Field which appearance should be added on form. |
| pageNumber | int32_t | Number of the page where field must be placed. |
| rect | const System::SharedPtr<Rectangle>& | Rectangle where field will be placed. |
See Also
- Typedef SharedPtr
- Class Field
- Class Rectangle
- Class Form
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++