<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 11.0.0 -",
    "macOS: 10.4.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PDFKit",
  "identifier" : "/documentation/PDFKit/PDFAppearanceCharacteristicsKey",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "PDFKit"
    ],
    "preciseIdentifier" : "c:@T@PDFAppearanceCharacteristicsKey"
  },
  "title" : "PDFAppearanceCharacteristicsKey"
}
-->

# PDFAppearanceCharacteristicsKey

Keys to control a widget’s appearance.

```
struct PDFAppearanceCharacteristicsKey
```

## Topics

### Modifying Widget Appearance

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

The background color of the widget annotation.

[`borderColor`](/documentation/PDFKit/PDFAppearanceCharacteristicsKey/borderColor)

The border color of the widget annotation.

[`caption`](/documentation/PDFKit/PDFAppearanceCharacteristicsKey/caption)

The text that the button widget annotation displays when the user isn’t interacting with it.

[`downCaption`](/documentation/PDFKit/PDFAppearanceCharacteristicsKey/downCaption)

The text that the button widget annotation displays when the user holds down on it.

[`rolloverCaption`](/documentation/PDFKit/PDFAppearanceCharacteristicsKey/rolloverCaption)

The text that the button widget annotation displays when the user hovers the pointer over it.

[`rotation`](/documentation/PDFKit/PDFAppearanceCharacteristicsKey/rotation)

The number of degrees, in multiples of 90, that the widget annotation rotates counterclockwise relative to the page.

### Creating an Appearance Characteristic Key

[`init(rawValue:)`](/documentation/PDFKit/PDFAppearanceCharacteristicsKey/init(rawValue:))

Creates an appearance characteristic key using the specified raw string.



---

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)