This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, March 27, 2007 11:13:54 PM(UTC)
Groups: Registered
Posts: 51
Hi,
is possible to save annotation without embedding the image data of AnnStampObject, but only its reference ?
I need this to have smaller file when I save document and its annotation.
I'm using LT14.5 with VB.NET.
Thanks
#2
Posted
:
Saturday, March 31, 2007 4:52:04 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
When saving an annotation stamp object that has a
bitmap image, the image is always saved in the .ANN file and you cannot save a
smaller file.
However, you can implement your own workaround like
this:
1. Before saving the .ANN file, remove the bitmap from
the stamp object
2. Save the .ANN file without the stamp's bitmap,
and save the bitmap separately.
3. When loading the .ANN file again, re-load its
bitmap and insert it into stamp object again.
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.