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




In This Topic
    PageCount Property (ImGearMprController)
    In This Topic
    Gets number of pages for current view.
    Syntax
    'Declaration
     
    Public ReadOnly Property PageCount As Integer
    'Usage
     
    Dim instance As ImGearMprController
    Dim value As Integer
     
    value = instance.PageCount
    public int PageCount {get;}
    public: __property int get_PageCount();
    public:
    property int PageCount {
       int get();
    }

    Property Value

    Integer value.
    See Also