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



In This Topic
    DelayedSequenceLoad Property
    In This Topic
    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
    public bool DelayedSequenceLoad {get; set;}
    public:
    property bool DelayedSequenceLoad {
       bool get();
       void set (    bool value);
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also