DicomObjects.NetStandard Documentation
DicomObjects Namespace / DicomImage Class / DefaultRealTimeCine Property



In This Topic
    DefaultRealTimeCine Property
    In This Topic
    Controls the default for how cine images are displayed
    Syntax
    'Declaration
     
    
    Public Shared Property DefaultRealTimeCine As Boolean
    'Usage
     
    
    Dim value As Boolean
     
    DicomImage.DefaultRealTimeCine = value
     
    value = DicomImage.DefaultRealTimeCine
    public static bool DefaultRealTimeCine {get; set;}
    public:
    static property bool DefaultRealTimeCine {
       bool get();
       void set (    bool value);
    }
    Remarks

    If true, then frames are skipped as necessary to ensure that the required display speed is maintained. If false, then every frame is displayed in turn, even if this slows the display

    This is equivalent to the "RealTimeCine" registry value

    New images acquire this value for their RealTimeCine property

    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