Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Wednesday, January 3, 2007 1:16:56 AM(UTC)
Anathema

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
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Sunday, January 7, 2007 6:26:51 AM(UTC)

Bashar  
Guest

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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.047 seconds.