DicomObjects.NET.V8
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
    'Usage
     
    Dim instance As WriteBehaviours
    Dim value As BasicOffsetTableHandling
     
    instance.NonSeekableBotHandling = value
     
    value = instance.NonSeekableBotHandling
    public BasicOffsetTableHandling NonSeekableBotHandling {get; set;}
    public:
    property BasicOffsetTableHandling NonSeekableBotHandling {
       BasicOffsetTableHandling get();
       void set (    BasicOffsetTableHandling value);
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also