Метод Aspose::Pdf::Forms::Form::GetFieldsInRect

Form::GetFieldsInRect method

Возвращает поля внутри указанного прямоугольника.

System::ArrayPtr<System::SharedPtr<Field>> Aspose::Pdf::Forms::Form::GetFieldsInRect(const System::SharedPtr<Rectangle> &rect)
ПараметрТипОписание
rectconst System::SharedPtr<Rectangle>&Rectangle где должны быть найдены поля.

ReturnValue

Массив найденных полей.

См. также