Aspose::Pdf::Forms::Form::GetFieldsInRect method
Form::GetFieldsInRect method
Returns fields inside of specified rectangle.
System::ArrayPtr<System::SharedPtr<Field>> Aspose::Pdf::Forms::Form::GetFieldsInRect(const System::SharedPtr<Rectangle> &rect)
| Parameter | Type | Description |
|---|---|---|
| rect | const System::SharedPtr<Rectangle>& | Rectangle where fields should be found. |
ReturnValue
Array with found fields.
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Field
- Class Rectangle
- Class Form
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++