but i cant any way to solve it,...
please help me out
here is code snippt of generated bimap image..
String code = frst_name.Text + ";" + f_name.Text + ";" + id.Text + ";" + thana.Text;
QRCodeEncoder encoder = new QRCodeEncoder();
// encoder.QRCodeScale = 10;
Bitmap img = encoder.Encode(code);

Deep Siddharth VermaPosted Sep 7, 2015, 8:37 AM
RakeshPosted Aug 27, 2015, 8:08 AM
Hello Deep,
The description in your original is not clear or accurate. What does QR encoding have to do with bitmap file name?
About your new post, it is also not very clear. Do you mean you want to save different images into the same file (multiple pages)? If yes, a very common format that supports this is multi-page TIFF. If you need sample code to save such files, check the answer in this forum post:
How to save multipage tiff with multiple pixel formats to a single pixel format.
Deep Siddharth VermaPosted Aug 7, 2015, 1:57 AM
Amitesh VermaPosted Aug 6, 2015, 8:47 AM