ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / ImGearPageDisplay Class / GetZoomInfo Method
IImGearScrollableView interface, represents .NET Form to draw image in.




In This Topic
    GetZoomInfo Method (ImGearPageDisplay)
    In This Topic
    Returns a new instance of an object containing current zoom settings.
    Syntax
    'Declaration
     
    Public Function GetZoomInfo( _
       ByVal pageView As IImGearScrollableView _
    ) As ImGearZoomInfo
    'Usage
     
    Dim instance As ImGearPageDisplay
    Dim pageView As IImGearScrollableView
    Dim value As ImGearZoomInfo
     
    value = instance.GetZoomInfo(pageView)
    public ImGearZoomInfo GetZoomInfo( 
       IImGearScrollableView pageView
    )
    public: ImGearZoomInfo GetZoomInfo( 
       IImGearScrollableView* pageView
    ) 
    public:
    ImGearZoomInfo GetZoomInfo( 
       IImGearScrollableView^ pageView
    ) 

    Parameters

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

    Return Value

    New instance of ImGearZoomInfo structure object.
    See Also