LEADTOOLS Medical (Leadtools.Medical.Storage.DataAccessLayer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
AddReferencedImagesRow(InstanceRow,Int32,Int32,String,Int32,Int32,String,Boolean) Method
See Also 
Leadtools.Medical.Storage.DataAccessLayer Namespace > CompositeInstanceDataSet.ReferencedImagesDataTable Class > AddReferencedImagesRow Method : AddReferencedImagesRow(InstanceRow,Int32,Int32,String,Int32,Int32,String,Boolean) Method



parentInstanceRowByFK_Instance_ReferencedImages
Type: CompositeInstanceDataSet.InstanceRow. The parent Instance Row.
Width
Type: System.Int32. The Width.
Height
Type: System.Int32. The Height.
Format
A System.String representing the Format.
QualityFactor
Type: System.Int32. The Quality Factor.
FrameIndex
Type: System.Int32. The Frame Index.
ReferencedFile
A System.String representing the Referenced File.
Thumbnail
Type: System.Boolean. The Thumbnail.
parentInstanceRowByFK_Instance_ReferencedImages
Type: CompositeInstanceDataSet.InstanceRow. The parent Instance Row.
Width
Type: System.Int32. The Width.
Height
Type: System.Int32. The Height.
Format
A System.String representing the Format.
QualityFactor
Type: System.Int32. The Quality Factor.
FrameIndex
Type: System.Int32. The Frame Index.
ReferencedFile
A System.String representing the Referenced File.
Thumbnail
Type: System.Boolean. The Thumbnail.
Adds a new CompositeInstanceDataSet.ReferencedImagesRow to the System.Data.DataTable.Rows collection.

Syntax

Visual Basic (Declaration) 
<DebuggerNonUserCodeAttribute()>
Overloads Public Function AddReferencedImagesRow( _
   ByVal parentInstanceRowByFK_Instance_ReferencedImages As CompositeInstanceDataSet.InstanceRow, _
   ByVal Width As Integer, _
   ByVal Height As Integer, _
   ByVal Format As String, _
   ByVal QualityFactor As Integer, _
   ByVal FrameIndex As Integer, _
   ByVal ReferencedFile As String, _
   ByVal Thumbnail As Boolean _
) As CompositeInstanceDataSet.ReferencedImagesRow
Visual Basic (Usage)Copy Code
Dim instance As CompositeInstanceDataSet.ReferencedImagesDataTable
Dim parentInstanceRowByFK_Instance_ReferencedImages As CompositeInstanceDataSet.InstanceRow
Dim Width As Integer
Dim Height As Integer
Dim Format As String
Dim QualityFactor As Integer
Dim FrameIndex As Integer
Dim ReferencedFile As String
Dim Thumbnail As Boolean
Dim value As CompositeInstanceDataSet.ReferencedImagesRow
 
value = instance.AddReferencedImagesRow(parentInstanceRowByFK_Instance_ReferencedImages, Width, Height, Format, QualityFactor, FrameIndex, ReferencedFile, Thumbnail)

Parameters

parentInstanceRowByFK_Instance_ReferencedImages
Type: CompositeInstanceDataSet.InstanceRow. The parent Instance Row.
Width
Type: System.Int32. The Width.
Height
Type: System.Int32. The Height.
Format
A System.String representing the Format.
QualityFactor
Type: System.Int32. The Quality Factor.
FrameIndex
Type: System.Int32. The Frame Index.
ReferencedFile
A System.String representing the Referenced File.
Thumbnail
Type: System.Boolean. The Thumbnail.

Return Value

The CompositeInstanceDataSet.ReferencedImagesRow which is added to the System.Data.DataTable.Rows collection.

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