'DeclarationPublic Overloads Sub PresentationStateToCurrent( _ ByVal Viewer As DicomViewer _ )
public void PresentationStateToCurrent( DicomViewer Viewer )
Parameters
- Viewer
- The viewer the image is displayed in
'DeclarationPublic Overloads Sub PresentationStateToCurrent( _ ByVal Viewer As DicomViewer _ )
public void PresentationStateToCurrent( DicomViewer Viewer )
DicomImage image = new DicomImage("your_dicom_image.dcm"); image.PresentationState = new DicomDataSet("your_presentation_state_dataset.dcm"); image.PresentationStateToCurrent(Viewer);