VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom.Wpf.UI.VisualTools Namespace / WpfDicomAnnotatedViewerTool Class / BurnAndSaveToDicomFile Methods / BurnAndSaveToDicomFile(String) Method
Syntax Requirements SeeAlso
In This Topic
    BurnAndSaveToDicomFile(String) 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 filePath
    A path to a new DICOM file, where DICOM images with burned annotations must be saved.
    As System.String _
    )
    public void BurnAndSaveToDicomFile(
    System.String filePath
    )
    public: void BurnAndSaveToDicomFile(
    System.String filePath
    )
    public:
    void BurnAndSaveToDicomFile(
    System.String filePath
    )

    Parameters

    filePath
    A path to a new DICOM file, 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