LineDisplayStoredBitmap.EscapeSequence Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.