ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls.Dicom Assembly / ImageGear.Windows.Controls Namespace / ImGearMprController Class / MinimumPageNumber Property




In This Topic
    MinimumPageNumber Property
    In This Topic
    Gets the minimum page number.
    Syntax
    'Declaration
     
    Public ReadOnly Property MinimumPageNumber As Integer
    'Usage
     
    Dim instance As ImGearMprController
    Dim value As Integer
     
    value = instance.MinimumPageNumber
    public int MinimumPageNumber {get;}
    public: __property int get_MinimumPageNumber();
    public:
    property int MinimumPageNumber {
       int get();
    }
    See Also