DicomObjects.NET.V8
DicomObjects.DicomCodecs Namespace / ImportArguments Class / SourceStream Property



    SourceStream Property (ImportArguments)
    The stream from which compressed pixel data is obtained
    Syntax
    'Declaration
     
    Public ReadOnly Property SourceStream As Stream
     
    'Usage
     
    Dim instance As ImportArguments
    Dim value As Stream
     
    value = instance.SourceStream
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also