DicomObjects.NET.8.48 Documentation
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 procedure ResetPixelCache(); static; 
    public static function ResetPixelCache();
    public: static void ResetPixelCache(); 
    public:
    static void ResetPixelCache(); 
    Remarks
    See UsePixelCache for more details.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also