LEADTOOLS Support
Imaging
Imaging SDK Questions
Re: The AddCommand (C# method) doesn't work.
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Thursday, July 23, 2009 5:02:07 PM(UTC)
Groups: Registered
Posts: 7
I used the AddCommand like following:
myImage.AddPage(...)
AddCommand cmd = new AddCommand(AddCommandType.Add);
cmd.Run(myImage)
But the image hasn't any change. Is there something wrong with my code?
#2
Posted
:
Friday, July 24, 2009 6:13:52 AM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 764
The AddCommand.Run method doesn't modify the image passed to it. It stores the resulting image in the read-only DestinationImage property.
#3
Posted
:
Sunday, July 26, 2009 10:18:18 PM(UTC)
Groups: Registered
Posts: 7
Thank you Greg!
It works now. I didn't read the document carefully. This is mentioned in 'remarks'.
Thanks a lot.
LEADTOOLS Support
Imaging
Imaging SDK Questions
Re: The AddCommand (C# method) doesn't work.
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.