We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

BuiltinDocumentProperties.ParagraphCount returns wrong count.

Hi. I am evaluating DocIO because we need a server component for word processing.

Here is a piece of code I used to test it.


Syncfusion.DocIO.DLS.WordDocument d = new Syncfusion.DocIO.DLS.WordDocument(@"D:\1.doc");

MessageBox.Show(d.BuiltinDocumentProperties.ParagraphCount.ToString());

It returns 1 but there are actually multiple pages in the document. Other properties like WordCount, ParagraphCount, LineCount are all way off from the numbers I get inside office word. There is no problem with the word document because we tried different documents and they all did not work.

Am I missing something here?

1 Reply

BP Bhuvaneswari P Syncfusion Team May 18, 2007 10:53 AM UTC

Hi,

Thank you for your interest in Syncfusion products.

I was able to reproduce the issue. Could you please create a Direct-Trac incident with the subject as given below

Subject: BuiltinDocumentProperties.ParagraphCount returns wrong count. - 61026

So that it would be helpful for us to provide more details regarding this issue.

Best Regards,
Bhuvaneswari

Loader.
Live Chat Icon For mobile
Up arrow icon