ImageGear .NET v24.12 - Updated
SetPages Method (ImGearMprController)




ImageGear24.Dicom.Forms Assembly > ImageGear.Dicom.Forms Namespace > ImGearMprController Class : SetPages Method
Collection of pages.
View type of the pages.
Sets collection of pages to perform MPR on.
Syntax
'Declaration
 
Public Sub SetPages( _
   ByVal pageArray As ImGearDocumentPageArray, _
   ByVal viewType As ImGearMprViewType _
) 
'Usage
 
Dim instance As ImGearMprController
Dim pageArray As ImGearDocumentPageArray
Dim viewType As ImGearMprViewType
 
instance.SetPages(pageArray, viewType)
public void SetPages( 
   ImGearDocumentPageArray pageArray,
   ImGearMprViewType viewType
)
public: void SetPages( 
   ImGearDocumentPageArray* pageArray,
   ImGearMprViewType viewType
) 
public:
void SetPages( 
   ImGearDocumentPageArray^ pageArray,
   ImGearMprViewType viewType
) 

Parameters

pageArray
Collection of pages.
viewType
View type of the pages.
See Also

Reference

ImGearMprController Class
ImGearMprController Members