Thrown during creation of PDF font object if the font's license
is violated, e.g. attempting to subset a font that does not permit
subsetting.
Namespace: Telerik.Apoc.PdfAssembly: TelerikData (in TelerikData.dll) Version: 2013.1.321.40 (2013.1.321.40)
Syntax
| C# |
|---|
public class FontLicenseException : Exception |
| Visual Basic |
|---|
Public Class FontLicenseException _
Inherits Exception |
Inheritance Hierarchy
System..::..Object
System..::..Exception
Telerik.Apoc.Pdf..::..FontLicenseException
See Also