DicomObjects.NET.V8
DicomObjects Namespace / WriteBehaviours Class / NonSeekableBotHandling Property



    NonSeekableBotHandling Property
    Controls the creation of the Basic Offset Table (BOT) when writing data to non-seekable streams such as the network.
    Syntax
    'Declaration
     
    Public Property NonSeekableBotHandling As BasicOffsetTableHandling
     
    'Usage
     
    Dim instance As WriteBehaviours
    Dim value As BasicOffsetTableHandling
     
    instance.NonSeekableBotHandling = value
     
    value = instance.NonSeekableBotHandling
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also