ImageGear .NET - Updated July 31, 2018
SetPages Method (ImGearMprController)




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

Parameters

pages
Collection of pages.
pagesViewType
View type of the pages.
See Also

Reference

ImGearMprController Class
ImGearMprController Members