Método Aspose::Pdf::Forms::Form::GetFieldsInRect
Form::GetFieldsInRect method
Devuelve los campos dentro del rectángulo especificado.
System::ArrayPtr<System::SharedPtr<Field>> Aspose::Pdf::Forms::Form::GetFieldsInRect(const System::SharedPtr<Rectangle> &rect)
| Parámetro | Tipo | Descripción |
|---|---|---|
| rect | const System::SharedPtr<Rectangle>& | Rectángulo donde se deben encontrar los campos. |
ReturnValue
Arreglo con los campos encontrados.
Ver también
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Field
- Class Rectangle
- Class Form
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++