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




In This Topic
    PagesViewType Property (ImGearMprController)
    In This Topic
    Gets pages view type.
    Syntax
    'Declaration
     
    Public ReadOnly Property PagesViewType As ImGearMprViewType
    'Usage
     
    Dim instance As ImGearMprController
    Dim value As ImGearMprViewType
     
    value = instance.PagesViewType
    public ImGearMprViewType PagesViewType {get;}
    public: __property ImGearMprViewType get_PagesViewType();
    public:
    property ImGearMprViewType PagesViewType {
       ImGearMprViewType get();
    }

    Property Value

    ImGearMprViewType value.
    See Also