F
Fir5tSight
Hi All,
I have two identical PDF files, say file1 and file2. I used an API
package to extract the bitmap in each PDF file, say bitmap1 (in file1)
and bitmap2 (in file2). Since the bitmaps are same in both files, I
expect bitmap1.Equals (bitmap2) to return true. However, it's false.
FYI:
1) I've copied file1 to file2, therefore, the bitmap images in both
files are exactly the same;
2) The API gets the correct bitmap image in either file because I'm
able to save either to a ".tif" file, and am also able to display it in
a PictureBox control.
Could anyone tell me why?
Thanks!
-Emily
I have two identical PDF files, say file1 and file2. I used an API
package to extract the bitmap in each PDF file, say bitmap1 (in file1)
and bitmap2 (in file2). Since the bitmaps are same in both files, I
expect bitmap1.Equals (bitmap2) to return true. However, it's false.
FYI:
1) I've copied file1 to file2, therefore, the bitmap images in both
files are exactly the same;
2) The API gets the correct bitmap image in either file because I'm
able to save either to a ".tif" file, and am also able to display it in
a PictureBox control.
Could anyone tell me why?
Thanks!
-Emily