Nevron Open Vision Documentation
Nevron.Nov.Formats.Html Namespace / NArchiveResourceLoader Class / TryLoadImage Method


In This Topic
    TryLoadImage Method (NArchiveResourceLoader)
    In This Topic
    Tries to load an image from the given source address.
    Syntax
    'Declaration
     
    
    Public Overrides Function TryLoadImage( _
       ByVal baseUri As NUri, _
       ByVal imageSrc As System.String, _
       ByRef image As NImage _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NArchiveResourceLoader
    Dim baseUri As NUri
    Dim imageSrc As System.String
    Dim image As NImage
    Dim value As System.Boolean
     
    value = instance.TryLoadImage(baseUri, imageSrc, image)
    public override System.bool TryLoadImage( 
       NUri baseUri,
       System.string imageSrc,
       out NImage image
    )

    Parameters

    baseUri
    imageSrc
    image
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also