←Select platform

DicomGetImageCallback Delegate

Syntax

C#
VB
Java
WinRT C#
C++
public delegate bool DicomGetImageCallback(  
   int page, 
   int count 
) 
Public Delegate Function DicomGetImageCallback( _ 
   ByVal page As Integer, _ 
   ByVal count As Integer _ 
) As Boolean 
public delegate bool DicomGetImageCallback(  
   int page, 
   int count 
) 
public interface DicomGetImageCallback  
{ 
  public boolean onDicomGetImageCallback(int page, int count); 
} 
             
DicomGetImageCallback(  
   page, 
   count  
) 
public delegate bool DicomGetImageCallback(  
   int page, 
   int count 
) 

Parameters

page
Zero based index of the image being loaded from the DicomDataSet.

count
Total number of images to be loaded. This is the same value passed to GetImages(DicomElement element, int index, int count, int bitsPerPixel, RasterByteOrder order, DicomGetImageFlags flags, DicomGetImageCallback callback).

Return Value

true to continue, false to abort the load.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom Assembly
Click or drag to resize