DicomObjects.NET Core 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 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also