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
Byte array of the loaded Tiff file.
Moderator: Alex
-
- Site Admin
- Posts: 2397
- Joined: Thu Jul 10, 2008 2:21 pm
Re: Byte array of the loaded Tiff file.
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
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
-
- Posts: 3
- Joined: Mon May 11, 2009 10:52 pm
Re: Byte array of the loaded Tiff file.
Thanks Alex,
Is there any way to get the physical size of the loaded Tiff file?
Thanks
Prasanth
Is there any way to get the physical size of the loaded Tiff file?
Thanks
Prasanth
-
- Site Admin
- Posts: 2397
- Joined: Thu Jul 10, 2008 2:21 pm
Re: Byte array of the loaded Tiff file.
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
You can get the filename of loaded TIFF file from the VintasoftImage.ImageSourceFilename property and get size of the file.
Best regards, Alexander