<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.5.0 -",
    "tvOS: 11.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PDFKit",
  "identifier" : "/documentation/PDFKit/PDFThumbnailView",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "PDFKit"
    ],
    "preciseIdentifier" : "c:objc(cs)PDFThumbnailView"
  },
  "title" : "PDFThumbnailView"
}
-->

# PDFThumbnailView

An object that contains a set of thumbnails, each of which represents a page in a PDF document.

```
class PDFThumbnailView
```

## Topics

### Accessing the Associated PDF View

[`pdfView`](/documentation/PDFKit/PDFThumbnailView/pdfView)

Returns the `PDFView` object associated with the thumbnail view.

### Managing the Size of a Thumbnail View

[`thumbnailSize`](/documentation/PDFKit/PDFThumbnailView/thumbnailSize)

Returns the maximum width and height of the thumbnails in the thumbnail view.

### Working with Thumbnail View Display Characteristics

[`maximumNumberOfColumns`](/documentation/PDFKit/PDFThumbnailView/maximumNumberOfColumns)

Returns the maximum number of columns of thumbnails the thumbnail view can display.

[`labelFont`](/documentation/PDFKit/PDFThumbnailView/labelFont)

Returns the font used to label the thumbnails.

[`backgroundColor`](/documentation/PDFKit/PDFThumbnailView/backgroundColor)

Returns the color used in the background of the thumbnail view.

### Managing the Behavior of a Thumbnail View

[`allowsDragging`](/documentation/PDFKit/PDFThumbnailView/allowsDragging)

Returns a Boolean value indicating whether users can drag thumbnails (that is, re-order pages in the document) within the thumbnail view.

[`allowsMultipleSelection`](/documentation/PDFKit/PDFThumbnailView/allowsMultipleSelection)

Returns a Boolean value indicating whether users can select multiple thumbnails in the thumbnail view at one time.

[`selectedPages`](/documentation/PDFKit/PDFThumbnailView/selectedPages)

Returns an array of PDF pages that correspond to the selected thumbnails in the thumbnail view.

### Constants

[`PDFThumbnailViewDocumentEditedNotification`](/documentation/PDFKit/PDFThumbnailViewDocumentEditedNotification)

### Instance Properties

[`contentInset`](/documentation/PDFKit/PDFThumbnailView/contentInset)

[`layoutMode`](/documentation/PDFKit/PDFThumbnailView/layoutMode)



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)