ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearLayersSwitching Class / ImGearLayersSwitching Constructor
ImGearPageView control to get image from and to trigger updates for.




In This Topic
    ImGearLayersSwitching Constructor
    In This Topic
    Initializes a new instance of the ImGearLayersSwitching class. Allows user to turn on and off the layers of the layered page as well as flatten them.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pageView As ImGearPageView _
    )
    'Usage
     
    Dim pageView As ImGearPageView
     
    Dim instance As New ImGearLayersSwitching(pageView)
    public ImGearLayersSwitching( 
       ImGearPageView pageView
    )
    public: ImGearLayersSwitching( 
       ImGearPageView* pageView
    )
    public:
    ImGearLayersSwitching( 
       ImGearPageView^ pageView
    )

    Parameters

    pageView
    ImGearPageView control to get image from and to trigger updates for.
    See Also