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




ImageGear24.Dicom.Forms Assembly > ImageGear.Dicom.Forms Namespace > ImGearMprController Class : PageCount Property
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

Reference

ImGearMprController Class
ImGearMprController Members