'Usage Dim instance As DicomImage Dim format As String Dim value As String value = instance.OrientationText(format)
Parameters
- format
- Specify the format of the returned string
if format = "FRAME", then frame number will be returned.
if format = "ZOOM", then image zoom value will be returned.
if format = "LEFT", or "RIGHT", or "TOP" or "BOTTOM" then conresponding Direction Strings will be returned.
Return Value
String