VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomFrame Class
In This Topic
DicomFrame Class Methods
In This Topic
For a list of all methods of this type, see DicomFrame.
Public Methods
 NameDescription
Public MethodOverloaded. Calculates the default VOI LUT (value of interest lookup table) for DICOM image if the default VOI LUT is not stored in DICOM file.
Public MethodClears the cached metadata.
Public MethodCompares this instance to a specified object and returns an indication of their relative values. (Inherited from ImageFileBlock)
Public MethodOverloaded. Finds the specified in the data element collection of DICOM frame.
Public Methodstatic (Shared in Visual Basic)Returns the frame, which is associated with the image.
Public MethodOverloaded. Returns the image associated with this image page. (Inherited from ImagePage)
Public Methodstatic (Shared in Visual Basic)Returns DICOM page, which is associated with specified image. (Inherited from DicomPage)
Public MethodReturns DICOM referenced image associated with this frame.
Public MethodOverloaded. Saves block to the source, connects block with the source, removes virtual data. (Inherited from ImageFileBlock)
Protected Methods
 NameDescription
Protected MethodRaises the Changed event. (Inherited from ImageFileBlock)
Protected MethodRaises the Changing event. (Inherited from ImageFileBlock)
Protected MethodRaises the Saved event. (Inherited from ImageFileBlock)
Protected MethodRaises the Saving event. (Inherited from ImageFileBlock)
Protected MethodParses the DICOM frame.
Protected MethodSets the length of this image file block in the source. (Inherited from ImageFileBlock)
Protected MethodWrites block data to the source. (Inherited from ImageFileBlock)
See Also