DicomObjects.NET.V8
DicomObjects Namespace / DicomGlobal Class / ResetPixelCache Method



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

    Target Platforms: .NET CLR 4.0 or higher

    See Also