Parameters
- Area
- The area of the image requested (pixel units)
- Zoom
- The zoom factor required
- Frame
- The requested frame number (first = 1)
- Priority
- The priority of the request (higher values mean higher priority)
DicomImage image = new DicomImage(@"your_dicom_image.jpip"); image.ExplicitJpipRequest(new Rectangle(0, 0, 512, 512), 1, 1, 1);