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ámetroTipoDescripción
rectconst System::SharedPtr<Rectangle>&Rectángulo donde se deben encontrar los campos.

ReturnValue

Arreglo con los campos encontrados.

Ver también