←Select platform

IsImageReversed Method

Summary

Retrieves whether the image in the specified sub-cell index has been reversed or not.

Syntax

C#
VB
C++
public bool IsImageReversed( 
   int subCellIndex 
) 
  
Public Overloads Function IsImageReversed( _ 
   ByVal subCellIndex As Integer _ 
) As Boolean 
             
            public: 
bool IsImageReversed(  
   int subCellIndex 
)  
             

Parameters

subCellIndex
The zero-based index of the sub-cell that has the image which to retrieve if it's reversed.

Return Value

true if the image is reversed; otherwise, false.

Remarks
  • in order to be able to retrieve the correct value from this method, you should reverse the images inside the medical viewer using the method ReverseImage.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly