---
title: lineLength76Characters
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/nsdata/base64encodingoptions/linelength76characters
---

# lineLength76Characters

Set the maximum line length to 76 characters, after which a line ending is inserted.

## Declaration

```swift
static var lineLength76Characters: NSData.Base64EncodingOptions { get }
```

## See Also

### Constants

- [lineLength64Characters](foundation/nsdata/base64encodingoptions/linelength64characters.md)
- [endLineWithCarriageReturn](foundation/nsdata/base64encodingoptions/endlinewithcarriagereturn.md)
- [endLineWithLineFeed](foundation/nsdata/base64encodingoptions/endlinewithlinefeed.md)
