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




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