DicomObjects.NET.V8
DicomObjects Namespace / DicomImage Class / RealTimeCine Property



    RealTimeCine Property
    Controls how cine images are displayed
    Syntax
    'Declaration
     
    Public Property RealTimeCine As Boolean
     
    'Usage
     
    Dim instance As DicomImage
    Dim value As Boolean
     
    instance.RealTimeCine = value
     
    value = instance.RealTimeCine
    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

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also