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.
Up arrow icon