DicomObjects.NET.V8
DicomObjects Namespace / DicomDataSet Class / CompressedFrameStream Field



In This Topic
    CompressedFrameStream Field
    In This Topic
    User-defined function to set output stream for compressed frame. This is suitable for writing out large compressed frames with Basic Offset Table.
    Syntax
    'Declaration
     
    Public CompressedFrameStream As Func(Of Integer,Stream)
    'Usage
     
    Dim instance As DicomDataSet
    Dim value As Func(Of Integer,Stream)
     
    value = instance.CompressedFrameStream
     
    instance.CompressedFrameStream = value
    public Func<int,Stream> CompressedFrameStream
    public:
    Func<int,Stream^>^ CompressedFrameStream
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also