Terminal capture format.
Namespace:
Rebex.TerminalEmulation
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
| Visual Basic |
|---|
Public Enumeration TerminalCaptureFormat |
| C# |
|---|
public enum TerminalCaptureFormat |
Members
| Member name | Description | |
|---|---|---|
| Text | Simple text. | |
| Ansi | ANSI text. | |
| Html | HTML document. | |
| Bmp | BMP image. | |
| Jpeg | JPEG image. | |
| Png | PNG image. | |
| Gif | GIF image. |