ImageGear PDF v25.2 - Updated
GetScrollInfo Method (IImGearPageDisplay)




ImageGear.Core Assembly > ImageGear.Display Namespace > IImGearPageDisplay Interface : GetScrollInfo Method
IImGearScrollableView interface, represents .NET Form to draw image in.
Returns new instance of image scrolling attributes object.
Syntax
'Declaration
 
Function GetScrollInfo( _
   ByVal pageView As IImGearScrollableView _
) As ImGearScrollInfo
'Usage
 
Dim instance As IImGearPageDisplay
Dim pageView As IImGearScrollableView
Dim value As ImGearScrollInfo
 
value = instance.GetScrollInfo(pageView)

Parameters

pageView
IImGearScrollableView interface, represents .NET Form to draw image in.

Return Value

New instance of ImGearScrollInfo structure object.
See Also

Reference

IImGearPageDisplay Interface
IImGearPageDisplay Members
ImGearScrollInfo Structure
IImGearScrollableView Interface

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