# LibTmux.CapturePaneRequest

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

Describes one <c>capture-pane</c> invocation.

## Members

- `CapturePaneRequest` (method) — Initializes a capture request.
- `StartLine` (property) — Gets the first line to capture.
- `EndLine` (property) — Gets the last line to capture.
- `EscapeSequences` (property) — Gets whether escape sequences are preserved.
- `EscapeNonPrintable` (property) — Gets whether unprintable bytes are escaped as octal.
- `JoinWrappedLines` (property) — Gets whether wrapped lines are joined.
- `PreserveTrailingSpaces` (property) — Gets whether trailing spaces are kept.
- `TrimTrailingSpaces` (property) — Gets whether trailing spaces are removed.
- `AlternateScreen` (property) — Gets whether the alternate screen is captured.
- `Quiet` (property) — Gets whether a missing alternate screen is not an error.
- `ModeScreen` (property) — Gets whether the pane's mode screen is captured.
- `Pending` (property) — Gets whether pending output is captured.
- `Hyperlinks` (property) — Gets whether hyperlinks are captured.
- `LineNumbers` (property) — Gets whether each line carries its number.
- `LineFlags` (property) — Gets whether each line carries its flags.
