Default Page Display set to enable scrolling

Skip Navigation LinksHome  /  Support  /  Forums  /  DynamicPDF CoreSuite for .NET (v11)  /  Default Page Display set to enable scrolling

DynamicPDF CoreSuite for .NET (v11) Forum

Hi Team,

How to set default Page Display set to enable scrolling in PDF?

Thanks & Regards,
Chandan Singh
Posted by a ceTe Software moderator
Hi Chandan,

Try setting the InitialPageLayout property of the Document object to OneColumn and see it works for you.

Here is a code sample:

            documentObj.InitialPageLayout = PageLayout.OneColumn;

Thanks,
ceTe Software Support Team

All times are US Eastern Standard time. The time now is 7:05 PM.