DicomObjects.NET.V8
DicomObjects Namespace / DicomDataSet Class / SetNonDicomCodec Method
An objects to provide the frames



    SetNonDicomCodec Method
    Specify a non-DICOM source (e.g. AVI) as a source of frame data
    Syntax
    'Declaration
     
    Public Sub SetNonDicomCodec( _
       ByVal source As IFrameSource _
    ) 
     
    'Usage
     
    Dim instance As DicomDataSet
    Dim source As IFrameSource
     
    instance.SetNonDicomCodec(source)

    Parameters

    source
    An objects to provide the frames
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also