DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / OrientationText Method
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.







In This Topic
    OrientationText Method
    In This Topic
    Return the Text of DicomLabel of LabelType = special.
    Syntax
    'Declaration
     
    
    Public Function OrientationText( _
       ByVal format As System.String _
    ) As System.String
    'Usage
     
    
    Dim instance As DicomImage
    Dim format As System.String
    Dim value As System.String
     
    value = instance.OrientationText(format)
    public System.string OrientationText( 
       System.string format
    )
    public function OrientationText( 
        format: System.String
    ): System.String; 
    public function OrientationText( 
       format : System.String
    ) : System.String;
    public: System.string* OrientationText( 
       System.string* format
    ) 
    public:
    System.String^ OrientationText( 
       System.String^ 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
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also