VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom.Wpf.UI.VisualTools Namespace / WpfDicomAnnotatedViewerTool Class / BurnAndSaveToDicomFile Methods / BurnAndSaveToDicomFile(Stream) Method
Syntax Requirements SeeAlso
In This Topic
    BurnAndSaveToDicomFile(Stream) Method (WpfDicomAnnotatedViewerTool)
    In This Topic
    Burns annotations and measurements on all DICOM images, which are associated with focused DICOM file, and saves DICOM images with burned annotations to a new DICOM file.
    Syntax
    'Declaration
    
    Public Overloads Sub BurnAndSaveToDicomFile( _
    ByVal stream
    A stream, where DICOM images with burned annotations must be saved.
    As System.IO.Stream _
    )
    public void BurnAndSaveToDicomFile(
    System.IO.Stream stream
    )
    public: void BurnAndSaveToDicomFile(
    System.IO.Stream* stream
    )
    public:
    void BurnAndSaveToDicomFile(
    System.IO.Stream^ stream
    )

    Parameters

    stream
    A stream, where DICOM images with burned annotations must be saved.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also