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



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

Target Platforms: .NET CLR 3.5 or higher

See Also