hi i m evaluator of the word count i have 30 days license for the component i want word count of the doc file my code is bellow
Dim lic As Aspose.Words.License = New Aspose.Words.License
lic.SetLicense(HttpContext.Current.Server.MapPath("bin").ToString + "\" + "Aspose.Custom.lic")
Dim doc As New Aspose.Words.Document(file)
Dim count As Integer = 0
count = doc.BuiltInDocumentProperties.Words
Return count
and my document is attach with this which has 27 words but i get 30 words while i m checking it through component so please any one tell me why this done.