# LibTmux.PasteBufferRequest

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

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

## Members

- `PasteBufferRequest` (method) — Initializes a buffer-paste request.
- `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.
