---
title: label
framework: pdfkit
role: symbol
role_heading: Instance Property
path: pdfkit/pdfpage/label
---

# label

Returns the label for the page.

## Declaration

```swift
var label: String? { get }
```

## Discussion

Discussion Typically, the label is “1” for the first page, “2” for the second page, and so on, but nonnumerical labels are also possible (such as “xxi”, “4-1” and so on).

## See Also

### Getting Information About a Page

- [document](pdfkit/pdfpage/document.md)
- [bounds(for:)](pdfkit/pdfpage/bounds(for:).md)
- [setBounds(_:for:)](pdfkit/pdfpage/setbounds(_:for:).md)
- [rotation](pdfkit/pdfpage/rotation.md)
