Byte array of the loaded Tiff file.

Questions, comments and suggestions concerning VintaSoft Imaging .NET SDK.

Moderator: Alex

Post Reply
prasanth
Posts: 3
Joined: Mon May 11, 2009 10:52 pm

Byte array of the loaded Tiff file.

Post by prasanth »

Hi Alex,

Is there any way to get the byte array of the loaded Tiff file and also the physical size of the file?.

Thanks
Prasanth
Alex
Site Admin
Posts: 2303
Joined: Thu Jul 10, 2008 2:21 pm

Re: Byte array of the loaded Tiff file.

Post by Alex »

Hi Prasanth,

You can save loaded image to the MemoryStream object and get access to byte array of TIFF file. Please read description of the VintasoftImage.Save(stream, encoder) method in documentation.

Best regards, Alexander
prasanth
Posts: 3
Joined: Mon May 11, 2009 10:52 pm

Re: Byte array of the loaded Tiff file.

Post by prasanth »

Thanks Alex,

Is there any way to get the physical size of the loaded Tiff file?

Thanks
Prasanth
Alex
Site Admin
Posts: 2303
Joined: Thu Jul 10, 2008 2:21 pm

Re: Byte array of the loaded Tiff file.

Post by Alex »

Hi Prasanth,

You can get the filename of loaded TIFF file from the VintasoftImage.ImageSourceFilename property and get size of the file.

Best regards, Alexander
Post Reply