VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / HtmlDocumentSource Class / CreateUriStream(Uri) Method
Syntax Requirements SeeAlso
In This Topic
CreateUriStream(Uri) Method (HtmlDocumentSource)
In This Topic
Creates stream from URI.
Syntax
'Declaration

Public Overridable Function CreateUriStream( _
ByVal uri
The URI.
As System.Uri _
) As System.IO.Stream
public virtual System.IO.Stream CreateUriStream(
System.Uri uri
)

Parameters

uri
The URI.

Return Value

The stream.
Requirements

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

See Also