ImageGear .NET v25.2 - Updated
ImageGear.Dicom.Forms Assembly / ImageGear.Dicom.Forms Namespace / ImGearMprController Class / SetPages Method
Collection of pages.
View type of the pages.




In This Topic
    SetPages Method (ImGearMprController)
    In This Topic
    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