Back to Devexpress

IUriStreamService.GetStream(String) Method

officefileapi-devexpress-dot-office-dot-services-dot-iuristreamservice-dot-getstream-x28-system-dot-string-x29.md

latest2.0 KB
Original Source

IUriStreamService.GetStream(String) Method

Provides the data stream for the specified Uri.

Namespace : DevExpress.Office.Services

Assembly : DevExpress.Office.v25.2.Core.dll

NuGet Package : DevExpress.Office.Core

Declaration

csharp
Stream GetStream(
    string url
)
vb
Function GetStream(
    url As String
) As Stream

Parameters

NameTypeDescription
urlString

A string specifying the URI of the object that is the source of the stream.

|

Returns

TypeDescription
Stream

A Stream object specifying a data stream.

|

Remarks

The GetStream method should return null , or a data stream for the specified URI.

The GetStream method of the default Uri Stream Service in the RichEditControl polls all registered Uri stream providers by calling their IUriStreamProvider.GetStream methods.

See Also

RegisterProvider(IUriStreamProvider)

GetStream(String)

IUriStreamService Interface

IUriStreamService Members

DevExpress.Office.Services Namespace