Summary
WebLink 7.0.5 opens up documents to the width of the document window's toolbar. This default value is set to 611 pixels.
More Information
On the DocView.aspx page, modify the "ImageDisplay" element's "DefaultWidth" property if you want a different default width.
Note: Before modifying your WebLink ASPX pages, make sure you understand how to restore them if a problem occurs.
To modify the default width
<WEBLINK:IMAGEDISPLAY id="TheImageDisplay" runat="server">
<WEBLINK:IMAGEDISPLAY id="TheImageDisplay" runat="server" DefaultWidth="611">
Make sure that the value for "DefaultWidth" is set to your desired width.