Intersoft ClientUI Documentation
SetVerticalOffset Method
See Also  Send Feedback
Intersoft.Client.UI.DocumentViewers Namespace > FlowDocumentViewerPanel Class : SetVerticalOffset Method






offset
The amount that content is vertically offset from the containing viewport.
Sets the amount of vertical offset.

Syntax

Visual Basic (Declaration) 
Public Sub SetVerticalOffset( _
   ByVal offset As Double _
) 
Visual Basic (Usage)Copy Code
Dim instance As FlowDocumentViewerPanel
Dim offset As Double
 
instance.SetVerticalOffset(offset)
C# 
public void SetVerticalOffset( 
   double offset
)
Delphi 
public procedure SetVerticalOffset( 
    offset: Double
); 
JScript 
public function SetVerticalOffset( 
   offset : double
);
Managed Extensions for C++ 
public: void SetVerticalOffset( 
   double offset
) 
C++/CLI 
public:
void SetVerticalOffset( 
   double offset
) 

Parameters

offset
The amount that content is vertically offset from the containing viewport.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.