VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
In This Topic
    VintaSoft DICOM .NET Plug-in: API changes in version 14.0
    In This Topic

    API changes in Vintasoft.Imaging.Dicom.dll

    New classes:

    public class Vintasoft.Imaging.Codecs.Decoders. DicomSrDecoder Defines a decoder for DICOM structured report image.
    public class Vintasoft.Imaging.Codecs.Decoders. DicomSrLayoutSettings Contains rendering settings for DICOM structured report page.
    public class Vintasoft.Imaging.Codecs.Decoders. DicomSrRenderingSettings Contains rendering settings of DICOM structured report page.
    public class Vintasoft.Imaging.Codecs.Encoders. DicomEncoderSettings Contains settings of DICOM encoder.
    public class Vintasoft.Imaging.Codecs.ImageFiles.Dicom. DicomSrPage Represents a DICOM page with information about structured report.
    public class Vintasoft.Imaging.Metadata. DicomSrPageMetadata A root tree node that stores metadata of DICOM Structured Report page.
    public class Vintasoft.Imaging.Metadata. DicomSrPageTextRegionMetadata Represents a metadata node that stores text region of DicomSrPage page.


    Changed classes:

    Vintasoft.Imaging.Codecs.Encoders. DicomEncoder
    Added properties
    public Vintasoft.Imaging.Codecs.Encoders. DicomEncoderSettings Settings { get ; set ; } Gets or sets the encoder settings.
    Added constructors
    public void DicomEncoder(Vintasoft.Imaging.Codecs.Encoders. DicomEncoderSettings) Initializes a new instance of the DicomEncoder class.


    Vintasoft.Imaging.Codecs.ImageFiles.Dicom. DicomFile
    Added constructors
    public void DicomFile(System.IO. Stream, Vintasoft.Imaging.Codecs.Decoders. DocumentLayoutSettings) Initializes a new instance of the DicomFile class.
    public void DicomFile(string, System.IO. FileAccess, Vintasoft.Imaging.Codecs.Decoders. DocumentLayoutSettings) Initializes a new instance of the DicomFile class.


    Vintasoft.Imaging.Codecs.ImageFiles.Dicom. DicomFileController
    Added methods
    public static Vintasoft.Imaging.Codecs.ImageFiles.Dicom. DicomFile OpenDicomFile(System.IO. Stream, Vintasoft.Imaging.Codecs.Decoders. DocumentLayoutSettings) Opens the DICOM file from the specified stream.


    Vintasoft.Imaging.Codecs.ImageFiles.Dicom. DicomPage
    Added properties
    public int PageNumber { get ; } Gets the page number.


    Vintasoft.Imaging.Metadata. DicomPageMetadata
    Added properties
    public int PageNumber { get ; } Gets the page number.




    API changes in Vintasoft.Imaging.Dicom.UI.dll

    New classes:

    public class Vintasoft.Imaging.Dicom.UI.VisualTools. DicomScrollProperties Contains information about the scroll of DICOM viewer.


    Changed classes:

    Vintasoft.Imaging.Dicom.UI. DicomSeriesManagerControl
    Added methods
    public void AddDirectory(string, bool, bool) Asynchronous adds all DICOM files, in specified directory, to this control.
    public void AddFiles(string [], bool) Asynchronous adds specified DICOM files to this control.


    Vintasoft.Imaging.Dicom.UI.VisualTools. DicomViewerTool
    Added properties
    public Vintasoft.Imaging.Dicom.UI.VisualTools. DicomScrollProperties ScrollProperties { get ; } Gets or sets the scroll properties.




    API changes in Vintasoft.Imaging.Dicom.Wpf.UI.dll

    New classes:

    public class Vintasoft.Imaging.Dicom.Wpf.UI.VisualTools. WpfDicomScrollProperties Contains information about the scroll.


    Changed classes:

    Vintasoft.Imaging.Dicom.Wpf.UI. WpfDicomSeriesManagerControl
    Added methods
    public void AddDirectory(string, bool, bool) Adds all DICOM files, in specified directory, to this control.
    public void AddFiles(string [], bool) Adds specified DICOM files to this control.


    Vintasoft.Imaging.Dicom.Wpf.UI.VisualTools. WpfDicomViewerTool
    Added properties
    public Vintasoft.Imaging.Dicom.Wpf.UI.VisualTools. WpfDicomScrollProperties ScrollProperties { get ; } Gets or sets the scroll properties.