ImageGear .NET v24.12 - Updated
PageCount Property (ImGearMprController)




ImageGear24.Windows.Controls.Dicom Assembly > ImageGear.Windows.Controls Namespace > ImGearMprController Class : PageCount Property
Gets the number of pages for the 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

Reference

ImGearMprController Class
ImGearMprController Members