DicomObjects Reference
DicomObjects Reference / DicomImage Object / PresentationStateToCurrent Method
PresentationStateToCurrent Method
Description
Modifies current display properties to match the DICOM presentation state
Syntax
Visual Basic
Public Sub PresentationStateToCurrent() 
Remarks

This is essentially the reverse of CurrentToPresentationState.  DicomObjects properties such as ScrollXScrollY,, Zoom and labels are set to reflect as accurately as possible the data in the current PresentationState property.
If private attributes have been added by CurrentToPresentationState, then they are utilized in this method.
This method does have some limitations, and the following objects/properties are not currently converted:

These issues will be addressed in a future version of DicomObjects

See Also