Extracts the style attribute from the outer div or table tag when using Acrobat or ActiveX and uses a percentage of the width or height.
[Visual Basic]
Overrides Public Sub RenderBeginTag( _
ByVal writer As HtmlTextWriter _
)
[C#]
public override void RenderBeginTag(
HtmlTextWriter writer
);
The width or height being specified as 100% on both the div and the object or iframe causes problems.
WebViewer Class | WebViewer Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.