DicomObjects.NET8 Documentation
DicomObjects Namespace / DicomGlobal Class / GenerateWsiTileOffsets Method
Data containing the WSI tiles



In This Topic
    GenerateWsiTileOffsets Method
    In This Topic
    Parses WSI tile fragments consisting of offset and length of all WSI tiles present in this instance for quick access
    Syntax
    'Declaration
     
    
    Public Shared Function GenerateWsiTileOffsets( _
       ByVal stream As Stream _
    ) As IEnumerable(Of WsiTile)
    'Usage
     
    
    Dim stream As Stream
    Dim value As IEnumerable(Of WsiTile)
     
    value = DicomGlobal.GenerateWsiTileOffsets(stream)
    public static IEnumerable<WsiTile> GenerateWsiTileOffsets( 
       Stream stream
    )
    public:
    static IEnumerable<WsiTile>^ GenerateWsiTileOffsets( 
       Stream^ stream
    ) 

    Parameters

    stream
    Data containing the WSI tiles

    Return Value

    A list of WSI tile fragments
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also