DicomObjects.NET.8.48 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 System.Boolean
    public static System.bool DefaultRealTimeCine {get; set;}
    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: .NET CLR 4.8 or higher

    See Also