VintaSoft Imaging .NET SDK and Plug-ins Discussions
Questions, comments and suggestions concerning VintaSoft Imaging .NET SDK.
Board index < VintaSoft Imaging < VintaSoft Imaging .NET SDK and Plug-ins Discussions
For intPageNumber As Integer = 0 To m_oDentalXRayInMemoryTiffImage.Pages.Count - 1
Try
avImage.Images.Add(m_oDentalXRayInMemoryTiffImage.Pages(intPageNumber).GetImage)
tvImages.Images.Add(m_oDentalXRayInMemoryTiffImage.Pages(intPageNumber).GetImage)
Catch ex As Exception
MessageBox.Show("GetImage() --> " & ex.ToString)
End Try
Dim strThumbnailCaption As String = GetThumbnailCaption(intPageNumber)
tvImages.Images(intPageNumber).Tag = strThumbnailCaption
avImage.Images(intPageNumber).Tag = strThumbnailCaption
Next