VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / VintasoftImageProcessingWebService Class / GetImageFromUrl(String) Method
Syntax Remarks Requirements SeeAlso
In This Topic
GetImageFromUrl(String) Method (VintasoftImageProcessingWebService)
In This Topic
Downloads image file from the specified URL and returns image as a Vintasoft.Imaging.VintasoftImage object.
Syntax
'Declaration

Protected Overridable Function GetImageFromUrl( _
ByVal url
Image url.
As String _
) As Vintasoft.Imaging.VintasoftImage
protected virtual Vintasoft.Imaging.VintasoftImage GetImageFromUrl(
string url
)

Parameters

url
Image url.

Return Value

A Vintasoft.Imaging.VintasoftImage object.
Remarks

By default this method downloads image file from URL as a byte array and creates Vintasoft.Imaging.VintasoftImage object.

Method can be overriden if download algorithm must be changed.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

See Also