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

Word document is not completely displayed in the Viewer.

Hi,

Is it a limitation of the viewer control that it will show only one page at a time? We are opening a word document with the follwoing code :

Syncfusion.DocIO.DLS.WordDocument wordDocument = new Syncfusion.DocIO.DLS.WordDocument();
MemoryStream wordMemoryStream = new MemoryStream((byte[])doc.GetContent());
wordDocument.Open(wordMemoryStream, Syncfusion.DocIO.FormatType.Doc);
dlsViewer1.Document = wordDocument;

Now if the document has got more than one page then only first page is getting displayed. Is is possible that we can see all the pages and scroll down to whatever page we want?

regards,

Mohit Rohella


3 Replies

MW Melba Winshia Syncfusion Team November 21, 2007 02:07 PM UTC

Hi Mohit,

Thank you for your interest in Syncfusion Products.

Currently we do not provide support for DLSviewer. We regret for the inconvenience caused.

Please let me know if you have any other questions.

Thanks,
Melba



AD Administrator Syncfusion Team December 10, 2008 09:01 AM UTC

Hi everybody,

the property CurrentPageIndex gets or sets the displayed Page. Increment or decrement this property via two buttons and it should work fine to scroll through the pages.

Best regards



BP Bhuvaneswari P Syncfusion Team February 10, 2009 07:31 AM UTC

Hi,

Thanks for sharing your ideas. However, as said by Melba we don't support DLS viewer.

Please let me know if you have any other questions.

Best Regards,
Bhuvana


Loader.
Live Chat Icon For mobile
Up arrow icon