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



    DontCompressIcons Property
    Controls whether to compress icon pixcel data if using an encapsulated (compressed) transfer syntax.
    Syntax
    'Declaration
     
    Public Property DontCompressIcons As Boolean
     
    'Usage
     
    Dim instance As WriteBehaviours
    Dim value As Boolean
     
    instance.DontCompressIcons = value
     
    value = instance.DontCompressIcons
    Remarks

    DICOM allows icon images to be either compressed (with an implicit length) or uncompressed (with an explicit length), and this property allows develoeprs to choose which to use.

    The default value of this property is derived from the DontCompressIcons value of the internal registry, which in turn has a default value of 0, causing this property to be false, causing icons to be compressed as per the transfer syntax of the surrounding dataset

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also