BuiltinDocumentProperties.ParagraphCount retirms 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?

4 Replies

N/ N/A May 16, 2007 09:40 PM UTC

Sorry the title should read "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?


BP Bhuvaneswari P Syncfusion Team May 18, 2007 10:56 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 given below

Subject: BuiltinDocumentProperties.ParagraphCount returns wrong count. - 61025

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

Thanks,
Bhuvaneswari


BG Bo Gao May 18, 2007 01:27 PM UTC

Logged


BP Bhuvaneswari P Syncfusion Team May 21, 2007 12:20 PM UTC

Hi,

Thank you for created a incident in Direct-Trac.

You can follow up Direct-Trac incident.

Thank you for your interest in Syncfusion products.

Best Regards,
Bhuvaneswari.

Loader.
Up arrow icon