Home All Groups Group Topic Archive Search About

how to read a tiff file in vb.net

Author
3 May 2006 4:16 PM
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.

Author
3 May 2006 11:45 PM
Dennis
You can use the Filestream class along with the BinaryReader class to read a
file byte by byte if this helps.
--
Dennis in Houston


Show quoteHide quote
"sai_ks***@yahoo.co.in" wrote:

> 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.
>
>