vvg Member Licensed User Feb 18, 2019 #1 I want to create bmp of the text data and print it with bluetooth printer. Can anyone help me?
Erel Administrator Staff member Licensed User Feb 18, 2019 #2 Create a label with the text and capture a snapshot of the label (XUI library): B4X: Dim x As B4XView = Label1 Dim bmp As Bitmap = x.Snapshot
Create a label with the text and capture a snapshot of the label (XUI library): B4X: Dim x As B4XView = Label1 Dim bmp As Bitmap = x.Snapshot
vvg Member Licensed User Feb 18, 2019 #3 Erel said: Create a label with the text and capture a snapshot of the label (XUI library): B4X: Dim x As B4XView = Label1 Dim bmp As Bitmap = x.Snapshot Click to expand... Ok. I will try
Erel said: Create a label with the text and capture a snapshot of the label (XUI library): B4X: Dim x As B4XView = Label1 Dim bmp As Bitmap = x.Snapshot Click to expand... Ok. I will try