DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomGlobal Class / UsePixelCache Property






    UsePixelCache Property
    Controls whether to use an area of memory as a pixel cache to reduce demands on the memory allocator
    Syntax
    'Declaration
     
    
    Public Shared Property UsePixelCache As System.Boolean
     
    'Usage
     
    
    Dim value As System.Boolean
     
    DicomGlobal.UsePixelCache = value
     
    value = DicomGlobal.UsePixelCache
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also