AdjustMultiRowsColumns(Int32) Method
Evenly adjust
MultiRows and
MultiColumns to display specified number of images on the Viewer
public void AdjustMultiRowsColumns(
int
)
public:
void AdjustMultiRowsColumns(
int
)
'Declaration
Public Overloads Sub AdjustMultiRowsColumns( _
ByVal As Integer _
)
'Usage
Dim instance As DicomViewer
Dim NumberOfImagesToDisplay As Integer
instance.AdjustMultiRowsColumns(NumberOfImagesToDisplay)
Parameters
- NumberOfImagesToDisplay
-
Number of images that will be displayed in Multi Rows and Columns. This is the
user specified count or the total images count, whichever is the least.
Target Platforms: .NET CLR 4.0 or higher