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

The web address of the image to read.







In This Topic
    ReadURL Method (DicomImage)
    In This Topic
    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)
    public void ReadURL( 
       System.string URL
    )
    public procedure ReadURL( 
        URL: System.String
    ); 
    public function ReadURL( 
       URL : System.String
    );
    public: void ReadURL( 
       System.string* URL
    ) 
    public:
    void ReadURL( 
       System.String^ 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