DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / ReadBehaviours Class / TolerateDelayedSequenceOddLength Property

In This Topic
    TolerateDelayedSequenceOddLength Property
    In This Topic
    Detect if sequence length is odd and 1 short than its actual data length This behaviour works in combination with . Normal sequence loading and parsing (non-delayed) auto-correct wrong sequence length already
    Syntax
    'Declaration
     
    
    Public Property TolerateDelayedSequenceOddLength As System.Boolean
    public System.bool TolerateDelayedSequenceOddLength {get; set;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also