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)
ParameterTypeDescription
rectconst System::SharedPtr<Rectangle>&Rectangle where fields should be found.

ReturnValue

Array with found fields.

See Also