DicomObjects.NET Core Documentation
DicomObjects.Codecs Namespace / DecompressionArguments Class / SourceStream Property



In This Topic
    SourceStream Property (DecompressionArguments)
    In This Topic
    The stream from which compressed pixel data is obtained
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SourceStream As Stream
    'Usage
     
    
    Dim instance As DecompressionArguments
    Dim value As Stream
     
    value = instance.SourceStream
    public Stream SourceStream {get;}
    public:
    property Stream^ SourceStream {
       Stream^ get();
    }
    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