DicomObjects.NET Core Documentation
DicomObjects.Codecs Namespace / DecompressionArguments Class / ReadBehaviour Field



In This Topic
    ReadBehaviour Field
    In This Topic
    Specific behaviours to use for decompression
    Syntax
    'Declaration
     
    
    Public ReadBehaviour As ReadBehaviours
    'Usage
     
    
    Dim instance As DecompressionArguments
    Dim value As ReadBehaviours
     
    value = instance.ReadBehaviour
     
    instance.ReadBehaviour = value
    public ReadBehaviours ReadBehaviour
    public:
    ReadBehaviours^ ReadBehaviour
    Requirements

    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

    See Also