DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomDataSet Class / CompressedFrameStream Field






    CompressedFrameStream Field
    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)
     
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim value As System.Func(Of Integer,Stream)
     
    value = instance.CompressedFrameStream
     
    instance.CompressedFrameStream = value
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also