1. GroupDocs.Watermark
  2. /
  3. GroupDocs.Watermark for .NET
  4. /
  5. GroupDocs.Watermark.Exceptions
  6. /
  7. FontNotFoundException

FontNotFoundException

FontNotFoundException class

The exception that is thrown when requested font is not found.

public class FontNotFoundException : WatermarkException

Constructors

Name Description
FontNotFoundException() Initializes a new instance of the FontNotFoundException class.
FontNotFoundException(string) Initializes a new instance of the FontNotFoundException class with a specified font name.

Properties

Name Description
FontName { get; } Gets the requested font name.

See Also