LineDisplayStoredBitmap.EscapeSequence Property

Definition

Gets the UnifiedPOS escape sequence that is used to print images inline with text.

public:
 property Platform::String ^ EscapeSequence { Platform::String ^ get(); };
winrt::hstring EscapeSequence();
public string EscapeSequence { get; }
var string = lineDisplayStoredBitmap.escapeSequence;
Public ReadOnly Property EscapeSequence As String

Property Value

String

Platform::String

winrt::hstring

A string that, when printed to the line display device, displays this bitmap at the cursor position.

Remarks

Using this escape sequence after TryDeleteAsync has been called yields indeterminate results.

Applies to