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

ReturnValue

Array with found fields.

See Also