help

am trying to make a two page program side by side


1 Reply

BP Bhuvaneswari P Syncfusion Team July 8, 2008 05:50 AM UTC

Hi,

Thank you for your interest in Syncfusion products.

Currently we do have support to view the document in the below layouts formats only and we don't have support for reading layout to view the pages side by side.

[C#]



document.ViewSetup.DocumentViewType = DocumentViewType.PrintLayout;
document.ViewSetup.DocumentViewType = DocumentViewType.NormalLayout;
document.ViewSetup.DocumentViewType = DocumentViewType.OutlineLayout;
document.ViewSetup.DocumentViewType = DocumentViewType.WebLayout;


Sorry for the inconvenience. Please let me know if you have any questions.

Best Regards,
Bhuvana


Loader.
Up arrow icon