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



In This Topic
    UsePixelCache Property
    In This Topic
    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 Boolean
    'Usage
     
    
    Dim value As Boolean
     
    DicomGlobal.UsePixelCache = value
     
    value = DicomGlobal.UsePixelCache
    public static bool UsePixelCache {get; set;}
    public:
    static property bool UsePixelCache {
       bool get();
       void set (    bool value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also