# LibTmux.PasteBufferRequest

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

Describes one <c>paste-buffer</c> invocation.

## Members

- `Name` (property): Gets the buffer to paste, or null for the most recent.
- `DeleteAfter` (property): Gets whether the buffer is deleted once pasted.
- `UseLineFeedSeparator` (property): Gets whether line feeds separate the lines.
- `Bracketed` (property): Gets whether the paste is bracketed.
- `Separator` (property): Gets the separator used between lines.
- `RawBytes` (property): Gets whether the bytes are pasted without translation.
- `ToCommand` (method): Returns a paste request as one tmux command.
