DicomObjects.NET.V8
DicomObjects Namespace / ReadBehaviours Class / DelayedSequenceLoad Property



    DelayedSequenceLoad Property
    Controls whether to perform on-demand loading of all sequences only when needed
    Syntax
    'Declaration
     
    Public Property DelayedSequenceLoad As Boolean
     
    'Usage
     
    Dim instance As ReadBehaviours
    Dim value As Boolean
     
    instance.DelayedSequenceLoad = value
     
    value = instance.DelayedSequenceLoad
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also