LineDisplayStoredBitmap
LineDisplayStoredBitmap
LineDisplayStoredBitmap
LineDisplayStoredBitmap
Class
Definition
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[Contains prerelease APIs.]
Represents an object used to store a bitmap via the LineDisplayWindow.StoreBitmapAsync method.
public : sealed class LineDisplayStoredBitmap : ILineDisplayStoredBitmappublic sealed class LineDisplayStoredBitmap : ILineDisplayStoredBitmapPublic NotInheritable Class LineDisplayStoredBitmap Implements ILineDisplayStoredBitmap// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
Properties
EscapeSequence EscapeSequence EscapeSequence EscapeSequence
Prerelease. Gets the UnifiedPOS escape sequence that is used to print images inline with text.
public : PlatForm::String EscapeSequence { get; }public string EscapeSequence { get; }Public ReadOnly Property EscapeSequence As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
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.
Methods
TryDeleteAsync() TryDeleteAsync() TryDeleteAsync() TryDeleteAsync()
Prerelease. Attempts to asynchronously delete the stored bitmap.
public : IAsyncOperation<PlatForm::Boolean> TryDeleteAsync()public IAsyncOperation<bool> TryDeleteAsync()Public Function TryDeleteAsync() As IAsyncOperation( Of bool )// You can use this method in JavaScript.
Returns True if the bitmap was successfully deleted; otherwise, False.