# LibTmux.PasteBufferRequest.RawBytes

- **Module:** LibTmux.PasteBufferRequest
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** property
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux/Requests/PasteBufferRequest.cs#L26
- **Page:** https://libtmux.org/en/dotnet/latest/reference/libtmux-pastebufferrequest-rawbytes/

Gets whether the bytes are pasted without translation.

tmux gained the flag in 3.7. Older servers already paste raw bytes, so
omitting it there asks for what they already do.
