DicomObjects Reference
DicomObjects Reference / DicomImage Object / DecompressFrame Method
The 1-based number of the frame to decompress
DecompressFrame Method
Description
Decompresses a frame
Syntax
Visual Basic
Public Sub DecompressFrame( _
   ByVal Frame As Long _
) 
Parameters
Frame
The 1-based number of the frame to decompress
Remarks
This will not always give a performance improvement, but may depending on hardware and memory constraints – experiment!
See Also