VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomFile Class
In This Topic
DicomFile Class Methods
In This Topic
For a list of all methods of this type, see DicomFile.
Public Methods
 NameDescription
Public MethodClears the cached metadata.
Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a DICOM file.
Public Methodstatic (Shared in Visual Basic)Creates the DICOM presentation state file.
Public Methodstatic (Shared in Visual Basic)Returns DICOM file, which is associated with specified image.
Public Methodstatic (Shared in Visual Basic)Returns DICOM files, which are associated with specified images.
Public MethodReturns the icon of the DICOM file.
Public MethodReturns DICOM reference to this DICOM file.
Public MethodReturns the referenced image for the specified DICOM frame.
Public MethodDetermines whether this DICOM file is referenced to the specified DICOM file.
Public MethodOverloaded. Packs (removes unused space) the image file and saves to specified stream. (Inherited from ImageFileBase<T>)
Public MethodOverloaded. Saves image file to the specified stream. Current source of the image file will not be changed. (Inherited from ImageFileBase<T>)
Public MethodOverloaded. Saves changes of the image file to the current source of the image file. (Inherited from ImageFileBase<T>)
Public MethodSorts all elements (including nested elements) of the file.
Protected Methods
 NameDescription
Protected MethodOverloaded. Releases all resources used by this object.
Protected MethodReleases unmanaged resources and performs other cleanup operations before the ImageFile<TPage,TPageCollection> is reclaimed by garbage collection. (Inherited from ImageFileBase<T>)
Protected MethodParses the DICOM file.
See Also