ImageGear .NET v24.12 - Updated
ImGearLayersSwitching Constructor




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearLayersSwitching Class : ImGearLayersSwitching Constructor
ImGearPageView control to get image from and to trigger updates for.
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

Reference

ImGearLayersSwitching Class
ImGearLayersSwitching Members
ImGearPageView Class