Click here to Skip to main content
15,891,764 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I found a program to print bitmap images with my zebra label printer using C#. This program requires to enter a Data offset. This should be a number which represents the number of bytes in the bitmap file before the image starts. (although thats what I found)

Does anyone know how I can find out how to see what this offset is?

Thanks!
Posted
Updated 27-Aug-12 2:27am
v2
Comments
ZurdoDev 27-Aug-12 10:17am    
I'd start with http://www.dotnetperls.com/fileinfo-length

1 solution

This[^] is a wikipedia entry on the BMP file format, specifically, the header.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900