ImageGear .NET - Updated May 30, 2018
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)

Parameters

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

Reference

ImGearMprController Class
ImGearMprController Members