Leadtools.Dicom Namespace : DicomGetImageCallback Delegate |
'Declaration Public Delegate Function DicomGetImageCallback( _ ByVal index As Integer, _ ByVal count As Integer _ ) As Boolean
'Usage Dim instance As New DicomGetImageCallback(AddressOf HandlerMethod)
public interface DicomGetImageCallback { public boolean onDicomGetImageCallback(int page, int count); }
The GetImages(DicomElement element, int index, int count, int bitsPerPixel, RasterByteOrder order, DicomGetImageFlags flags, DicomGetImageCallback callback) method calls your DicomGetImageCallback for each image that is loaded.