TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Carlos kambui
NA
499
125.5k
how to make the attached document big enough for customer
Jun 20 2016 6:05 AM
below is my receipt code when i print using thermal printer the print out are not big for customer how can i increase the size
'receipt.Add(malignleft)
receipt.Add(malignleft + "----------------------------------------- ")
'receipt.Add("----------------------------------------- ")
receipt.Add(String.Format("{0,-17} {1,17}", "Pin: " & MdlConn.tCompany.company_pinno, "Vat: " & MdlConn.tCompany.company_vatno))
If bill Then
receipt.Add(String.Format("{0,-17} {1,17}", Now.ToString("dd-MM-yyyy hh:mm:ss"), "Bill No: " & tReceipt.receipt_ref))
Else
receipt.Add(String.Format("{0,-17} {1,17}", Now.ToString("dd-MM-yyyy hh:mm:ss"), "Rct No: " & tReceipt.receipt_ref))
End If
If bill Then
receipt.Add("========================================= ")
Reply
Answers (
1
)
Read from Azure Filesystem (not VM)
How to get DropDownList SelectedValue in Controller in MVC?