VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprImage Class / IsInitialized Property
Syntax Requirements SeeAlso
In This Topic
    IsInitialized Property (MprImage)
    In This Topic
    Gets a value indicating whether MPR image data are initialized.
    Syntax
    'Declaration
    
    <CategoryAttribute("State")>
    <DescriptionAttribute("A value indicating whether MPR image data are initialized.")>
    Public ReadOnly Property IsInitialized As Boolean
    
    
    [Category("State")]
    [Description("A value indicating whether MPR image data are initialized.")]
    public bool IsInitialized { get; }
    
    
    [Category("State")]
    [Description("A value indicating whether MPR image data are initialized.")]
    public: __property bool get_IsInitialized();
    
    
    
    [Category("State")]
    [Description("A value indicating whether MPR image data are initialized.")]
    public:
    property bool IsInitialized { bool get(); }
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also