DicomObjects Reference
DicomObjects Reference / DicomImage Object / CacheDisplay Property
In This Topic
    CacheDisplay Property
    In This Topic
    Description
    Controls whether displayed images are Cached
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property CacheDisplay As Boolean
    Remarks
    Default value is true
    If true, then the final form of the image pixel data for each frame is cached after windowing sizing etc., in exactly the form needed for transfer to the screen.
    This property may be useful when it is necessary to speed the display of multi-frame images such as cardiac angiography, but if runs are long, then the memory used can be large, and memory paging may have a paradoxical negative effect.
    See Also