LEADTOOLS Support
Imaging
Imaging SDK Questions
Does the C# interface of LeadTools support picturize list effect with multi-thumbnails?
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Monday, June 8, 2009 10:13:44 PM(UTC)
Groups: Registered
Posts: 7
Hi,
I am using LeadTools in C#. There is a command named 'PicturizeListCommand' which picturizes the image using a specific thumbnail image. But I want to picturize the image with multi-images. It seems this feature is supported by C and C++ interface of LeadTools, but can't find in C# or COM interface.
Is there anybody can tell me how to implement multi-images picturizelist effect in C#?
Thanks.
#2
Posted
:
Tuesday, June 9, 2009 8:56:46 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
The PicturizeListCommand class takes a RasterImage object and uses it as follows:
- The first page in the RasterImage is the target of picturizing.
- The thumbnails are generated from all the pages of the RasterImage object (the internal bitmap list).
#3
Posted
:
Monday, June 15, 2009 5:30:56 PM(UTC)
Groups: Registered
Posts: 7
Thanks very much. It works now.
LEADTOOLS Support
Imaging
Imaging SDK Questions
Does the C# interface of LeadTools support picturize list effect with multi-thumbnails?
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.