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 nameDescription
Supported by the .NET Compact FrameworkText
Simple text.
Supported by the .NET Compact FrameworkAnsi
ANSI text.
Supported by the .NET Compact FrameworkHtml
HTML document.
Supported by the .NET Compact FrameworkBmp
BMP image.
Supported by the .NET Compact FrameworkJpeg
JPEG image.
Supported by the .NET Compact FrameworkPng
PNG image.
Supported by the .NET Compact FrameworkGif
GIF image.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also