Edit

Share via


Blob.FromFile(String) Method

Definition

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

public static HarfBuzzSharp.Blob FromFile(string fileName);

Parameters

fileName
String

The path to the file to load.

Returns

Returns the new Blob instance.

Applies to