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






    OmitBOT Property
    Controls whether to write a Basic Offset Table (BOT) for encapsulated (compressed) pixel data.
    Syntax
    'Declaration
     
    
    <System.ObsoleteAttribute("Please use SeekableBotHandling & NonSeekableBotHandling for finer control")>
    Public Property OmitBOT As System.Boolean
     
    'Usage
     
    
    Dim instance As WriteBehaviours
    Dim value As System.Boolean
     
    instance.OmitBOT = value
     
    value = instance.OmitBOT
    Remarks

    The default value of this property is derived from the OmitBOT value of the internal registry, which in turn has a default value of 0, causing this property to be false, causing the BOT to be written as normal

    Setting this to true does not cause the BOT to be omited completely (as that would contavene DICOM rules) - instead it causes it to be zero lngth, which is permissible.

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also