VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprImage Class / Clear(Boolean) Method
Syntax Requirements SeeAlso
In This Topic
    Clear(Boolean) Method (MprImage)
    In This Topic
    Clears this MPR image.
    Syntax
    'Declaration
    
    Public Sub Clear( _
    ByVal freeData
    A value indicating whether MPR image data must be deleted.
    As Boolean _
    )
    public void Clear(
    bool freeData
    )
    public: void Clear(
    bool freeData
    )
    public:
    void Clear(
    bool freeData
    )

    Parameters

    freeData
    A value indicating whether MPR image data must be deleted.
    Requirements

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

    See Also