Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.25
|
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.