LEADTOOLS Medical (Leadtools.Medical.Storage.DataAccessLayer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ReferencedImages Constructor
See Also 
Leadtools.Medical.Storage.DataAccessLayer Namespace > ReferencedImages Class : ReferencedImages Constructor



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 Leadtools.Dicom.DicomDataSet. -1 if the image includes all frames.
referencedFile
A System.String The physical image path.
format
Type: Leadtools.RasterImageFormat The image format.
thumbnail
Type: System.Boolean indicate whether this is a thumbnail image for the stored Leadtools.Dicom.DicomDataSet.
Initializes a new instance of the ReferencedImages class.

Syntax

Visual Basic (Declaration) 
Public Function 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 _
)
Visual Basic (Usage)Copy Code
Dim width As Integer
Dim height As Integer
Dim qualityFactor As Integer
Dim frameIndex As Integer
Dim referencedFile As String
Dim format As RasterImageFormat
Dim thumbnail As Boolean
 
Dim instance As New ReferencedImages(width, height, qualityFactor, frameIndex, referencedFile, format, thumbnail)
C# 
public ReferencedImages( 
   int width,
   int height,
   int qualityFactor,
   int frameIndex,
   string referencedFile,
   RasterImageFormat format,
   bool thumbnail
)
C++/CLI 
public:
ReferencedImages( 
   int width,
   int height,
   int qualityFactor,
   int frameIndex,
   String^ referencedFile,
   RasterImageFormat format,
   bool thumbnail
)

Parameters

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 Leadtools.Dicom.DicomDataSet. -1 if the image includes all frames.
referencedFile
A System.String The physical image path.
format
Type: Leadtools.RasterImageFormat The image format.
thumbnail
Type: System.Boolean indicate whether this is a thumbnail image for the stored Leadtools.Dicom.DicomDataSet.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical.Storage.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features