# PdfBool

## Content

# Type Alias: PdfBool

```ts
type PdfBool = boolean;
```

Represents a PDF boolean object (`true` or `false`), represented as a JS boolean.

## See

PdfValue
