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
    'Usage
     
    
    Dim instance As WriteBehaviours
    Dim value As BasicOffsetTableHandling
     
    instance.NonSeekableBotHandling = value
     
    value = instance.NonSeekableBotHandling
    public BasicOffsetTableHandling NonSeekableBotHandling {get; set;}
    public read-write property NonSeekableBotHandling: BasicOffsetTableHandling; 
    public function get,set NonSeekableBotHandling : BasicOffsetTableHandling
    public: __property BasicOffsetTableHandling get_NonSeekableBotHandling();
    public: __property void set_NonSeekableBotHandling( 
       BasicOffsetTableHandling value
    );
    public:
    property BasicOffsetTableHandling NonSeekableBotHandling {
       BasicOffsetTableHandling get();
       void set (    BasicOffsetTableHandling value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also