ImageGear PDF v25.2 - Updated
UpdateScrollFrom Method (ImGearPresentationPageDisplay)




ImageGear.Presentation Assembly > ImageGear.Display Namespace > ImGearPresentationPageDisplay Class : UpdateScrollFrom Method
IImGearScrollableView interface; represents .NET form to draw image in.
ImGearScrollInfo object with new attributes for vertical and horizontal scrollbars.
Updates image scroll attributes with new values.
Syntax
'Declaration
 
Public Sub UpdateScrollFrom( _
   ByVal pageView As IImGearScrollableView, _
   ByVal scrollInfo As ImGearScrollInfo _
) 
'Usage
 
Dim instance As ImGearPresentationPageDisplay
Dim pageView As IImGearScrollableView
Dim scrollInfo As ImGearScrollInfo
 
instance.UpdateScrollFrom(pageView, scrollInfo)
public void UpdateScrollFrom( 
   IImGearScrollableView pageView,
   ImGearScrollInfo scrollInfo
)
public: void UpdateScrollFrom( 
   IImGearScrollableView* pageView,
   ImGearScrollInfo scrollInfo
) 
public:
void UpdateScrollFrom( 
   IImGearScrollableView^ pageView,
   ImGearScrollInfo scrollInfo
) 

Parameters

pageView
IImGearScrollableView interface; represents .NET form to draw image in.
scrollInfo
ImGearScrollInfo object with new attributes for vertical and horizontal scrollbars.
See Also

Reference

ImGearPresentationPageDisplay Class
ImGearPresentationPageDisplay Members
IImGearScrollableView Interface
ImGearScrollInfo Structure

Is this page helpful?
Yes No
Thanks for your feedback.