Table of Contents

Class AssetsHelper

Namespace
PdfSharp.Quality
Assembly
PdfSharp.Quality-gdi.dll

Static helper functions for fonts.

public static class AssetsHelper
Inheritance
AssetsHelper
Inherited Members

Methods

EnsureAssets(string?)

Checks whether the assets folder exists and throws an exception if not.

public static void EnsureAssets(string? path = null)

Parameters

path string

The path or null, if the function should use the current folder.

GetAssetsFolder(string?)

Gets the assets folder or null, if no such folder exists.

public static string? GetAssetsFolder(string? path = null)

Parameters

path string

The path or null, if the function should use the current folder.

Returns

string