Edit

Share via


Blob.FromStream(Stream) Method

Definition

Creates a new Blob instance from the contents of the stream.

public static HarfBuzzSharp.Blob FromStream(System.IO.Stream stream);

Parameters

stream
Stream

The stream to use.

Returns

Returns the new Blob instance.

Applies to