←Select platform

DicomGetImageCallback Delegate

Syntax
C#
VB
C++
Java
public delegate bool DicomGetImageCallback( 
   int page, 
   int count 
) 
Public Delegate Function DicomGetImageCallback( _ 
   ByVal page As Integer, _ 
   ByVal count As Integer _ 
) As Boolean 
public interface DicomGetImageCallback  
{ 
  public boolean onDicomGetImageCallback(int page, int 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

See Also

Reference

DicomGetImageCallback Members

Leadtools.Dicom Namespace

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.