Search found 3 matches

by chomk
Thu Dec 14, 2006 3:16 am
Forum: GFL SDK
Topic: How to extract thumbnail image from files?
Replies: 3
Views: 3728

Sorry, I need to add some more details.

That exception occurs when calling SendBinary function with TIF image. But I'm sure the same result with other supported file formats (eg. PDF).

Thanks
by chomk
Thu Dec 14, 2006 3:08 am
Forum: GFL SDK
Topic: How to extract thumbnail image from files?
Replies: 3
Views: 3728

Thanks for your reply. I know it already. But I cannot use SendBinary function on my Windows XP (Pro - service pack 2). It causes exception - " Specified array was not of the expected type. ". This function works well on Windows 2000 machine and I can load thumbnail image from returned stream ...
by chomk
Tue Dec 05, 2006 3:21 am
Forum: GFL SDK
Topic: How to extract thumbnail image from files?
Replies: 3
Views: 3728

How to extract thumbnail image from files?

Hello,

What is the difference between ExportToClipboard and SendBinary?

In Windows XP pro, I have to use .ExportToClipboard() method of GFLAX and then use clipboard image to show in VB.net Picture box control. In Win 2000, I can use .SendBinary() method. I cannot use SendBinary method in XP ...