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




ImageGear24.Dicom.Forms Assembly > ImageGear.Dicom.Forms Namespace > ImGearMprController Class : Pages Property
Gets collection of pages to perform MPR on.
Syntax
'Declaration
 
Public ReadOnly Property Pages As ImGearDocumentPageArray
'Usage
 
Dim instance As ImGearMprController
Dim value As ImGearDocumentPageArray
 
value = instance.Pages
public ImGearDocumentPageArray Pages {get;}
public: __property ImGearDocumentPageArray* get_Pages();
public:
property ImGearDocumentPageArray^ Pages {
   ImGearDocumentPageArray^ get();
}

Property Value

ImageGear.Core.ImGearDocumentPageArray class object.
See Also

Reference

ImGearMprController Class
ImGearMprController Members