DicomObjects.NET.V8
DicomObjects Namespace / DicomViewer Class / AdjustMultiRowsColumns Method / AdjustMultiRowsColumns(Int32) Method
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.



In This Topic
    AdjustMultiRowsColumns(Int32) Method
    In This Topic
    Evenly adjust MultiRows and MultiColumns to display specified number of images on the Viewer
    Syntax
    'Declaration
     
    Public Overloads Sub AdjustMultiRowsColumns( _
       ByVal NumberOfImagesToDisplay As Integer _
    ) 
    'Usage
     
    Dim instance As DicomViewer
    Dim NumberOfImagesToDisplay As Integer
     
    instance.AdjustMultiRowsColumns(NumberOfImagesToDisplay)
    public void AdjustMultiRowsColumns( 
       int NumberOfImagesToDisplay
    )
    public:
    void AdjustMultiRowsColumns( 
       int 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.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also