DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomGlobal Class / ResetPixelCache Method
Example

In This Topic
    ResetPixelCache Method
    In This Topic
    Clear any existing pixel cache
    Syntax
    'Declaration
     
    
    Public Shared Sub ResetPixelCache() 
    public static void ResetPixelCache()
    Remarks
    See UsePixelCache for more details.
    Example
    DicomGlobal.ResetPixelCache();
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also