ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls.Dicom Assembly / ImageGear.Windows.Controls Namespace / ImGearMprController Class / Pages Property




In This Topic
    Pages Property (ImGearMprController)
    In This Topic
    Gets the collection of pages to perform MPR on.
    Syntax
    'Declaration
     
    Public ReadOnly Property Pages As ImGearDocumentPageArray
    'Usage
     
    Dim instance As ImGearMprController
    Dim value As ImGearDocumentPageArray
     
    value = instance.Pages
    public ImGearDocumentPageArray Pages {get;}
    public: __property ImGearDocumentPageArray* get_Pages();
    public:
    property ImGearDocumentPageArray^ Pages {
       ImGearDocumentPageArray^ get();
    }

    Property Value

    ImageGear.Core.ImGearDocumentPageArray class object.
    See Also