# PdfCodeInfo

## Content

# Interface: PdfCodeInfo

Contains the character's PDF code returned by [PdfFont#tryGetPdfCode](../classes/PdfFont#trygetpdfcode).

## Properties

### pdfCode

```ts
pdfCode: number;
```

The character PDF code.

***

### pdfCodeLength

```ts
pdfCodeLength: number;
```

The length of [pdfCode](#pdfcode) in bytes.
