---
title: "Measure area in a PDF in React Native | Nutrient SDK"
canonical_url: "https://www.nutrient.io/guides/react-native/measurements/measure-area/"
md_url: "https://www.nutrient.io/guides/react-native/measurements/measure-area.md"
last_updated: "2026-05-18T12:22:04.666Z"
description: "Learn how to measure area effectively with our comprehensive guide. Perfect for DIY home projects, renovations, and landscaping. Get started today!"
---

# Measure PDF area in React Native

Measure area in a PDF using Nutrient React Native SDK starting with version 2.6. To measure area in your app, [contact the Sales team](https://www.nutrient.io/contact-sales) to add the Measurement Tools component to your license, or run the SDK in trial mode.

Measure area in one of the following ways:

- [Measure the area of a custom-drawn polygon](#measuring-the-area-of-a-polygon)

- [Measure the area of an ellipse](#measuring-the-area-of-an-ellipse)

- [Measure the area of a rectangle](#measuring-the-area-of-a-rectangle)

## Measuring the area of a polygon

Measure the area of a custom-drawn polygon in one of the following ways:

- [Using the built-in user interface (UI)](#measuring-the-area-of-a-polygon-using-the-built-in-ui)

- [Programmatically](#measuring-the-area-of-a-polygon-programmatically)

### Measuring the area of a polygon using the built-in UI

To measure the area of a polygon using the built-in UI, follow the steps below:

1. Touch and hold the annotation tools icon.

| Android                                                                                                                                                                                                             | iOS                                                                                                                                                                   |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|  |  |

2. Tap **Polygon Area**.

3. Draw a polygon around the area you want to measure.

| Android                                                                                                                                                                                    | iOS                                                                                                                                                                     |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|  |  |

### Measuring the area of a polygon programmatically

To measure area programmatically in React Native, [contact Support](https://support.nutrient.io/hc/en-us/requests/new).

## Measuring the area of an ellipse

Measure the area of an ellipse in one of the following ways:

- [Using the built-in user interface (UI)](#measuring-the-area-of-an-ellipse-using-the-built-in-ui)

- [Programmatically](#measuring-the-area-of-an-ellipse-programmatically)

### Measuring the area of an ellipse using the built-in UI

To measure the area of an ellipse using the built-in UI, follow the steps below:

1. Touch and hold the annotation tools icon.

| Android                                                                                                                                                                                                             | iOS                                                                                                                                                                   |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|  |  |

2. Tap **Ellipse Area**.

3. Draw an ellipse around the area you want to measure.

| Android                                                                                                                                                                                   | iOS                                                                                                                                                                     |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|  |  |

### Measuring the area of an ellipse programmatically

To measure area programmatically in React Native, [contact Support](https://support.nutrient.io/hc/en-us/requests/new).

## Measuring the area of a rectangle

Measure the area of a rectangle in one of the following ways:

- [Using the built-in user interface (UI)](#measuring-the-area-of-a-rectangle-using-the-built-in-ui)

- [Programmatically](#measuring-the-area-of-a-rectangle-programmatically)

### Measuring the area of a rectangle using the built-in UI

To measure the area of a rectangle using the built-in UI, follow the steps below:

1. Touch and hold the annotation tools icon.

| Android                                                                                                                                                                                                             | iOS                                                                                                                                                                   |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|  |  |

2. Tap **Rectangle Area**.

3. Draw a rectangle around the area you want to measure.

| Android                                                                                                                                                                                   | iOS                                                                                                                                                                       |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|  |  |

### Measuring the area of a rectangle programmatically

To measure area programmatically in React Native, [contact Support](https://support.nutrient.io/hc/en-us/requests/new).

## Configuring measurements

For more information on configuring measurements, refer to the [guide on configuring measurements](https://www.nutrient.io/guides/ios/measurements/configure-measurements.md).
---

## Related pages

- [Measure PDF distance in React Native](/guides/react-native/measurements/measure-distance.md)
- [Configure PDF measurements in React Native](/guides/react-native/measurements/configure-measurements.md)
- [Measure distance and area in a PDF in React Native](/guides/react-native/measurements.md)

