DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / ReadURL Method

The web address of the image to read.







    ReadURL Method (DicomImage)
    Reads from Web Address
    Syntax
    'Declaration
     
    
    Public Sub ReadURL( _
       ByVal URL As System.String _
    ) 
     
    'Usage
     
    
    Dim instance As DicomImage
    Dim URL As System.String
     
    instance.ReadURL(URL)

    Parameters

    URL

    The web address of the image to read.

    Remarks

    A valid web address should be provided by the user. This method does not support progressive downloading (JPIP support is to be implemented).

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also