DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / WriteBehaviours Class / NonSeekableBotHandling Property

In This Topic
    NonSeekableBotHandling Property
    In This Topic
    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
    public BasicOffsetTableHandling NonSeekableBotHandling {get; set;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also