how to read a tiff file in vb.net

  • Thread starter Thread starter sai_ksvsk
  • Start date Start date
S

sai_ksvsk

hi every body

I like to know how to open a tiff file and read it if the tiff file.
actually my problem is, if a tiff file consists of text type of data
then how to get that information character by charecter.
 
You can use the Filestream class along with the BinaryReader class to read a
file byte by byte if this helps.
 
Back
Top