'Declaration
Public Property DontCompressIcons As Boolean
'Usage
Dim instance As WriteBehaviours Dim value As Boolean instance.DontCompressIcons = value value = instance.DontCompressIcons
public bool DontCompressIcons {get; set;}
'Declaration
Public Property DontCompressIcons As Boolean
'Usage
Dim instance As WriteBehaviours Dim value As Boolean instance.DontCompressIcons = value value = instance.DontCompressIcons
public bool DontCompressIcons {get; set;}
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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2