I downloaded the demo version of the Aspose.ASPXpand and installed it on my machine. I was using the Wordcount function, but ran into some problems. It counted words and characters fine, but I wanted to turn off the counting of the words so it would only show the characters, so I used the following line of code:
Aspose.ASPXpand.XLib.SetupWordCount(Me, txtComment, txtCurrCount, False, True)
which according to the sparse documentation, should set ShowWords to False and ShowChars to True and therefore only display the character count. This is not the case. No matter what I put in those last two fields, it doesn't change anything. Is this a limitation of the demo version or if I purchase the full version is this still going to be a bug?