# LibTmux.CapturePaneRequest

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

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

## Members

- `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.
- `ToCommand` (method): Returns a capture request as one tmux command.
