DicomObjects.NET.8.48 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 System.Boolean
    'Usage
     
    
    Dim value As System.Boolean
     
    DicomGlobal.UsePixelCache = value
     
    value = DicomGlobal.UsePixelCache
    public static System.bool UsePixelCache {get; set;}
    public read-write property UsePixelCache: System.Boolean; static; 
    public static function get,set UsePixelCache : System.boolean
    public: __property static System.bool get_UsePixelCache();
    public: __property static void set_UsePixelCache( 
       System.bool value
    );
    public:
    static property System.bool UsePixelCache {
       System.bool get();
       void set (    System.bool value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also