DicomObjects.NET.8.48 Documentation
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 System.Func(Of Integer,Stream)
    public System.Func<int,Stream> CompressedFrameStream
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also