ImageGear .NET v24.12 - Updated
PageView Property (ImGearMprController)




ImageGear24.Dicom.Forms Assembly > ImageGear.Dicom.Forms Namespace > ImGearMprController Class : PageView Property
Gets associated page view.
Syntax
'Declaration
 
Public ReadOnly Property PageView As ImGearPageView
'Usage
 
Dim instance As ImGearMprController
Dim value As ImGearPageView
 
value = instance.PageView
public ImGearPageView PageView {get;}
public: __property ImGearPageView* get_PageView();
public:
property ImGearPageView^ PageView {
   ImGearPageView^ get();
}

Property Value

ImageGear.Windows.Forms.ImGearPageView class object.
See Also

Reference

ImGearMprController Class
ImGearMprController Members