VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / WsiDecoderBase Class / GetWholeSlideImages(VintasoftImage[]) Method
Syntax Requirements SeeAlso
In This Topic
    GetWholeSlideImages(VintasoftImage[]) Method (WsiDecoderBase)
    In This Topic
    Returns the whole-slide images from specified RAW images of WSI container.
    Syntax
    'Declaration
    
    Protected MustOverride Function GetWholeSlideImages( _
    ByVal rawImages
    The RAW images.
    () As Vintasoft.Imaging.VintasoftImage _
    ) As WholeSlideImage[]
    protected abstract WholeSlideImage[] GetWholeSlideImages(
    Vintasoft.Imaging.VintasoftImage[] rawImages
    )
    protected: abstract WholeSlideImage*[] GetWholeSlideImages(
    Vintasoft.Imaging.VintasoftImage*[]* rawImages
    )
    protected:
    abstract WholeSlideImage^[] GetWholeSlideImages(
    array<Vintasoft.Imaging.VintasoftImage^>^ rawImages
    )

    Parameters

    rawImages
    The RAW images.

    Return Value

    An array that contains whole-slide images.
    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