VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.Web.Services Namespace / VintasoftAnnotationCollectionWebService Class / GetImageFromUrl(String) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    GetImageFromUrl(String) Method (VintasoftAnnotationCollectionWebService)
    In This Topic
    Download a file from URL and returns an image that is loaded from downloaded file.
    Syntax
    'Declaration
    
    Protected Overridable Function GetImageFromUrl( _
    ByVal url
    An URL to a file.
    As String _
    ) As Vintasoft.Imaging.VintasoftImage
    protected virtual Vintasoft.Imaging.VintasoftImage GetImageFromUrl(
    string url
    )
    protected: virtual Vintasoft.Imaging.VintasoftImage GetImageFromUrl(
    string* url
    )
    protected:
    virtual Vintasoft.Imaging.VintasoftImage GetImageFromUrl(
    string^ url
    )

    Parameters

    url
    An URL to a file.

    Return Value

    Vintasoft.Imaging.VintasoftImage object if image is loaded; otherwise, null.
    Remarks

    This method is called when service needs to burn the referenced image annotation.

    Requirements

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

    See Also