DicomObjects.NET.8.48 Documentation
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 System.Boolean
     
    'Usage
     
    
    Dim instance As ReadBehaviours
    Dim value As System.Boolean
     
    instance.DelayedSequenceLoad = value
     
    value = instance.DelayedSequenceLoad
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also