Search found 3 matches

by prasanth
Fri May 15, 2009 5:34 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Tiff Compression
Replies: 3
Views: 11106

Re: Tiff Compression

Hi Alex, My TIFF pages were compressed by LZW compression. I am using the following code to save the pages to CCIT4 compression. But there is no change in compression of the saved pages. Code: TiffFile objTiff = new TiffFile(@"D:\1\Test.TIFF"); for (int i = 0; i < objTiff.Pages.Count; i++)...
by prasanth
Wed May 13, 2009 4:08 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Byte array of the loaded Tiff file.
Replies: 3
Views: 9545

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
by prasanth
Mon May 11, 2009 10:58 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Byte array of the loaded Tiff file.
Replies: 3
Views: 9545

Byte array of the loaded Tiff file.

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