PresentationStateToCurrent() Method
In This Topic
Modifies current display properties to match the DICOM presentation state.
Syntax
'Declaration
<System.ObsoleteAttribute("Best use of this method needs to know the viewer it is being displayed in - please use PresentationStateToCurrent(DicomViewer) instead")>
Public Overloads Sub PresentationStateToCurrent()
[System.Obsolete("Best use of this method needs to know the viewer it is being displayed in - please use PresentationStateToCurrent(DicomViewer) instead")]
public void PresentationStateToCurrent()
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also