ImageGear .NET v24.12 - Updated
Initialize Method (ImGearMprVisualizer)




ImageGear24.Dicom.Forms Assembly > ImageGear.Dicom.Forms Namespace > ImGearMprVisualizer Class : Initialize Method
Collection of pages to perform MPR on.
Type of MPR view the page collection represents.
Initializes the visualizer with pages in specified view type. Should be called before loading.
Syntax
'Declaration
 
Public Sub Initialize( _
   ByVal pageCollection As ImGearDocumentPageArray, _
   ByVal collectionViewType As ImGearMprViewType _
) 
'Usage
 
Dim instance As ImGearMprVisualizer
Dim pageCollection As ImGearDocumentPageArray
Dim collectionViewType As ImGearMprViewType
 
instance.Initialize(pageCollection, collectionViewType)

Parameters

pageCollection
Collection of pages to perform MPR on.
collectionViewType
Type of MPR view the page collection represents.
Exceptions
ExceptionDescription
Page collection is null.
View type cannot be Oblique.
The MPR Visualizer is already initialized.
See Also

Reference

ImGearMprVisualizer Class
ImGearMprVisualizer Members