←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.

Return Value

true to continue, false to abort the load.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly