Initializes a new instance of the ReferencedImages class.
public ReferencedImages(int width, int height, int qualityFactor, int frameIndex, string referencedFile, RasterImageFormat format, bool thumbnail)
Public Sub New(ByVal width As Integer, ByVal height As Integer, ByVal qualityFactor As Integer, ByVal frameIndex As Integer, ByVal referencedFile As String, ByVal format As RasterImageFormat, ByVal thumbnail As Boolean)
public:
ReferencedImages( int width, int height, int qualityFactor, int frameIndex, String^ referencedFile, RasterImageFormat^ format, bool thumbnail)
width
An System.Int32
The width of the image.
height
An System.Int32
The height of the image.
qualityFactor
An System.Int32
The quality factor of the image.
frameIndex
An System.Int32
The 0 based index of the image frame in the stored DicomDataSet. -1 if the image includes all frames.
referencedFile
The physical image path.
format
Type: RasterImageFormat
The image format.
thumbnail
Type: System.Boolean
indicate whether this is a thumbnail image for the stored DicomDataSet.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET