ImageGear .NET v25.2 - Updated
ImageGear.Dicom.Forms Assembly / ImageGear.Dicom.Forms Namespace / ImGearMprController Class / PageView Property




In This Topic
    PageView Property (ImGearMprController)
    In This Topic
    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