VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / PixelManipulator Class / ReadRowData Methods / ReadRowData(Int32) Method
Syntax Exceptions Requirements SeeAlso
    ReadRowData(Int32) Method (PixelManipulator)
    Reads the data of specified row.
    Syntax
    'Declaration
    
    Public Overloads Function ReadRowData( _
    ByVal row
    Row index.
    As System.Int32 _
    ) As Byte[]
     

    Parameters

    row
    Row index.

    Return Value

    A byte array containing the row data.
    Exceptions
    ExceptionDescription
    Thrown if row is less than 0 or more or equal than the image height.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also