DicomObjects.NET Core Documentation
DicomObjects Namespace / WriteBehaviours Class / ImplicitSequenceLength Property



    ImplicitSequenceLength Property
    Controls whether sequences are written out using Implicit or Explicit lengths for the sequence
    Syntax
    'Declaration
     
    
    Public Property ImplicitSequenceLength As Boolean
     
    'Usage
     
    
    Dim instance As WriteBehaviours
    Dim value As Boolean
     
    instance.ImplicitSequenceLength = value
     
    value = instance.ImplicitSequenceLength
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also