This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Wednesday, January 3, 2007 1:16:56 AM(UTC)
Groups: Registered
Posts: 11
Hi,
I use C# and Leadtools 15, when I get the zone with the method:
RasterDocumentEngine.GetZone
the zone's name have some extra charaters \0 (ex. "Name\0\0\0\0\0"). Where is the problem?
Thanks,
Davide
#2
Posted
:
Sunday, January 7, 2007 6:26:51 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
The SectionName property has a fixed size of 17 characters including
the terminating null character. If you set this property to a
string smaller than 16, then the rest of the characters will be padded
by \0.
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.