Returns the raw pixel data as a Stream object for a specific frame
public System.IO.Stream GetPixelStream(
System.int
)
public function GetPixelStream(
: System.Integer
): System.IO.Stream;
public function GetPixelStream(
: System.int
) : System.IO.Stream;
public: System.IO.Stream* GetPixelStream(
System.int
)
public:
System.IO.Stream^ GetPixelStream(
System.int
)
'Declaration
Public Function GetPixelStream( _
ByVal As System.Integer _
) As System.IO.Stream
'Usage
Dim instance As DicomDataSet
Dim Frame As System.Integer
Dim value As System.IO.Stream
value = instance.GetPixelStream(Frame)
Parameters
- Frame
- Requested pixel data for the frame
Return Value
PixelData of the specified frame or null if it is uncompressed data or it encounters any failure during
conversion
Target Platforms: .NET CLR 4.8 or higher