ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls.Dicom Assembly / ImageGear.Windows.Controls Namespace / ImGearMprVisualizer Class / Initialize Method
Collection of pages to perform MPR on.
Type of MPR view the page collection represents.




In This Topic
    Initialize Method (ImGearMprVisualizer)
    In This Topic
    Initializes the visualizer with pages in the specified view type. This method 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